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 | ??????] | 00111111001111110011111100111111001111110011111101011101 | 3f3f3f3f3f3f5d |
SJIS-WIN | ??????] | 00111111001111110011111100111111001111110011111101011101 | 3f3f3f3f3f3f5d |
EUC-JP | ???靷??] | 001111110011111100111111100011111110011110111101001111110011111101011101 | 3f3f3f8fe7bd3f3f5d |
UTF-8 | 列룸씈靷욏슜] | 11101111101001101001110011101011101000111011100011101100100101001000100011101001100111011011011111101100100110101000111111101100100010101001110001011101 | efa69ceba3b8ec9488e99db7ec9a8fec8a9c5d |
UHC | 列룸씈靷욏슜] | 11100110111010101011011111101011100111011010000011101100111001101001111011101101100110101010100101011101 | e6eab7eb9da0ece69eed9aa95d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)