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 | ???k | 00111111001111110011111101101011 | 3f3f3f6b |
SJIS-WIN | 瑤??k | 1110101010100010001111110011111101101011 | eaa23f3f6b |
EUC-JP | 瑤??k | 1111010010100100001111110011111101101011 | f4a43f3f6b |
UTF-8 | 瑤뗰슝k | 11100111100100011010010011101011100101111011000011101100100010101001110101101011 | e791a4eb97b0ec8a9d6b |
UHC | 瑤뗰슝k | 11101000111111011000101111101111101111011011100101101011 | e8fd8befbdb96b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)