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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ー鯤ス裴嫉 | 11110010101000011011000011101001110010001011110111100101111010001000111010111001 | f2a1b0e9c8bde5e88eb9 |
EUC-JP | ?ー鯤ス裴嫉 | 0011111110001110101100001111001011001010100011101011110111101010111010101011110010111011 | 3f8eb0f2ca8ebdeaeabcbb |
UTF-8 | ー鯤ス裴嫉 | 111011101000011110011000111011111011110110110000111010011010111110100100111011111011110110111101111010001010001110110100111001011010101110001001 | ee8798efbdb0e9afa4efbdbde8a3b4e5ab89 |
UHC | ??鯤?裴嫉 | 001111110011111111001101111001100011111111011011110100001111001011101100 | 3f3fcde63fdbd0f2ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)