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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 俄??俄??^ | 100010011110001000111111001111111000100111100010001111110011111101011110 | 89e23f3f89e23f3f5e |
EUC-JP | 俄??俄??^ | 101100101110010000111111001111111011001011100100001111110011111101011110 | b2e43f3fb2e43f3f5e |
UTF-8 | 俄됪렧俄됪렧^ | 11100100101111111000010011101011100100001010101011101011101000001010011111100100101111111000010011101011100100001010101011101011101000001010011101011110 | e4bf84eb90aaeba0a7e4bf84eb90aaeba0a75e |
UHC | 俄됪렧俄됪렧^ | 11100100101011011000100111100110100011101011011011100100101011011000100111100110100011101011011001011110 | e4ad89e68eb6e4ad89e68eb65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)