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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 獏獰爬B | 11100000110100011110000011010110111000001010011001000010 | e0d1e0d6e0a642 |
EUC-JP | 獏獰爬B | 11100000110100111110000011011000111000001010100001000010 | e0d3e0d8e0a842 |
UTF-8 | 獏獰爬B | 11100111100011011000111111100111100011011011000011100111100010001010110001000010 | e78d8fe78db0e788ac42 |
UHC | ?獰爬B | 001111111110011110111110111101111111000001000010 | 3fe7bef7f042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)