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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 旋蓆旋惜B | 100100001111100111100100111011001001000011111001100100001100100101000010 | 90f9e4ec90f990c942 |
EUC-JP | 旋蓆旋惜B | 110000001111101111101000111011101100000011111011110000001100101101000010 | c0fbe8eec0fbc0cb42 |
UTF-8 | 旋蓆旋惜B | 11100110100101111000101111101000100100111000011011100110100101111000101111100110100000111001110001000010 | e6978be89386e6978be6839c42 |
UHC | 旋蓆旋惜B | 111000001100000111100000101101101110000011000001111000001010110101000010 | e0c1e0b6e0c1e0ad42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)