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 | 爼エ艟爼エ艝^ | 1110000010101010101101001110010001111101111000001010101010110100111001000111101101011110 | e0aab4e47de0aab4e47b5e |
EUC-JP | 爼エ艟爼エ艝^ | 11100000101011001000111010110100111001111101111011100000101011001000111010110100111001111101110001011110 | e0ac8eb4e7dee0ac8eb4e7dc5e |
UTF-8 | 爼エ艟爼エ艝^ | 11100111100010001011110011101111101111011011010011101000100010011001111111100111100010001011110011101111101111011011010011101000100010011001110101011110 | e788bcefbdb4e8899fe788bcefbdb4e8899d5e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)