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 | 嫉鴉璽顰 | 11111001101000011000111010111001111010011110101110001110101000111110100011111100 | f9a18eb9e9eb8ea3e8fc |
EUC-JP | ?嫉鴉璽顰 | 001111111011110010111011111100101110110110111100101001011111000011111110 | 3fbcbbf2edbca5f0fe |
UTF-8 | 嫉鴉璽顰 | 111011101001101110111100111001011010101110001001111010011011010010001001111001111001001010111101111010011010000110110000 | ee9bbce5ab89e9b489e792bde9a1b0 |
UHC | ?嫉鴉璽? | 0011111111110010111011001110010010111100110111111101111000111111 | 3ff2ece4bcdfde3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)