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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 町?將?? | 10010010101011000011111110011011100100100011111100111111 | 92ac3f9b923f3f |
EUC-JP | 町?將?? | 11000100101011100011111111010101111100100011111100111111 | c4ae3fd5f23f3f |
UTF-8 | 町렍將닷ㄴ | 111001111001010010111010111010111010000010001101111001011011000010000111111010111000101110110111111000111000010010110100 | e794baeba08de5b087eb8bb7e384b4 |
UHC | 町렍將닷ㄴ | 11101111111010111000111010100011111011011110001010110100111001011010010010100100 | efeb8ea3ede2b4e5a4a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)