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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 霍帶勞ム嗣B | 11101000101101111001101111100110100110011010011111010001100011100110101101000010 | e8b79be699a7d18e6b42 |
EUC-JP | 霍帶勞ム嗣B | 1111000010111001110101101110100011010010101010011000111011010001101110111100110001000010 | f0b9d6e8d2a98ed1bbcc42 |
UTF-8 | 霍帶勞ム嗣B | 11101001100111001000110111100101101110001011011011100101100010111001111011101111101111101001000111100101100101111010001101000010 | e99c8de5b8b6e58b9eefbe91e597a342 |
UHC | ?帶勞?嗣B | 001111111101001111100001110101101100110000111111110111101100101101000010 | 3fd3e1d6cc3fdecb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)