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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | ???宥?\ | 00111111001111110011111110010111010001110011111101011100 | 3f3f3f97473f5c |
EUC-JP | ???宥?\ | 00111111001111110011111111001101101010000011111101011100 | 3f3f3fcda83f5c |
UTF-8 | 列룸쑐宥쾔\ | 11101111101001101001110011101011101000111011100011101100100100011001000011100101101011101010010111101100101111101001010001011100 | efa69ceba3b8ec9190e5aea5ecbe945c |
UHC | 列룸쑐宥쾔\ | 1110011011101010101101111110101110011100101011111110101011101001101100100110011101011100 | e6eab7eb9cafeae9b2675c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)