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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 瞎ル∥泣 | 1110000111010000100000111000101110000001011000011000101110000011 | e1d0838b81618b83 |
EUC-JP | 瞎ル‖泣 | 1110001011010010101001011110101110100001110000101011010111100011 | e2d2a5eba1c2b5e3 |
UTF-8 | 瞎ル∥泣 | 111001111001111010001110111000111000001110101011111000101000100010100101111001101011001110100011 | e79e8ee383abe288a5e6b3a3 |
UHC | ?ル∥泣 | 00111111101010111110101110100001101010111110101111101000 | 3fabeba1abebe8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)