To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 隰耶濠 | 111010001010110010010110111010111000110110001010 | e8ac96eb8d8a |
EUC-JP | 隰耶濠 | 111100001010111011001100111011011011100111101010 | f0aeccedb9ea |
UTF-8 | 隰耶濠 | 111010011001101010110000111010001000000010110110111001101011111110100000 | e99ab0e880b6e6bfa0 |
UHC | ?耶濠 | 0011111111100101101011011111101111001100 | 3fe5adfbcc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)