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 | 稈溽鳰渫 | 1110001001100010100111111110011111101001111010101001111111010110 | e2629fe7e9ea9fd6 |
EUC-JP | 稈溽鳰渫 | 1110001111000011110111101110100111110010111011001101111011011000 | e3c3dee9f2ecded8 |
UTF-8 | 稈溽鳰渫 | 111001111010100010001000111001101011101010111101111010011011001110110000111001101011100010101011 | e7a888e6babde9b3b0e6b8ab |
UHC | 稈??渫 | 110010101101100100111111001111111110000011011110 | cad93f3fe0de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)