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 | UU^ | 100111111001011110011110010101011001111110010111100111100101010101011110 | 9f979e559f979e555e |
SJIS-WIN | ???U???U^ | 001111110011111100111111010101010011111100111111001111110101010101011110 | 3f3f3f553f3f3f555e |
EUC-JP | ???U???U^ | 001111110011111100111111010101010011111100111111001111110101010101011110 | 3f3f3f553f3f3f555e |
UTF-8 | UU^ | 110000101001111111000010100101111100001010011110010101011100001010011111110000101001011111000010100111100101010101011110 | c29fc297c29e55c29fc297c29e555e |
UHC | ???U???U^ | 001111110011111100111111010101010011111100111111001111110101010101011110 | 3f3f3f553f3f3f555e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)