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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 筌?Ъ???? | 111000101010001100111111100001000101101100111111001111110011111100111111 | e2a33f845b3f3f3f3f |
EUC-JP | 筌?Ъ???? | 111001001010010100111111101001111011110000111111001111110011111100111111 | e4a53fa7bc3f3f3f3f |
UTF-8 | 筌쇰Ъ燎쒕젛緣 | 1110011110101101100011001110110010000111101100001101000010101010111011111010011110000000111011001001001010010101111011001010000010011011111001111011011110100011 | e7ad8cec87b0d0aaefa780ec9295eca09be7b7a3 |
UHC | 筌쇰Ъ燎쒕젛緣 | 1110111110100111101111001110101110101100101111001110100011111011100111001110101110100000100101111110011011011110 | efa7bcebacbce8fb9ceba097e6de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)