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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ケ雕ヨケ雕ヨB | 101110011110100010111000110101101011100111101000101110001101011001000010 | b9e8b8d6b9e8b8d642 |
EUC-JP | ケ雕ヨケ雕ヨB | 10001110101110011111000010111010100011101101011010001110101110011111000010111010100011101101011001000010 | 8eb9f0ba8ed68eb9f0ba8ed642 |
UTF-8 | ケ雕ヨケ雕ヨB | 11101111101111011011100111101001100110111001010111101111101111101001011011101111101111011011100111101001100110111001010111101111101111101001011001000010 | efbdb9e99b95efbe96efbdb9e99b95efbe9642 |
UHC | ?雕??雕?B | 001111111111000011100111001111110011111111110000111001110011111101000010 | 3ff0e73f3ff0e73f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)