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 | ??????F | 00111111001111110011111100111111001111110011111101000110 | 3f3f3f3f3f3f46 |
SJIS-WIN | 逵ゥ髷ヲ逍シF | 11100111100111001010100111101001100111101010011011100111100101101011110001000110 | e79ca9e99ea6e796bc46 |
EUC-JP | 逵ゥ髷ヲ逍シF | 11101101111111001000111010101001111100011111111010001110101001101110110111110110100011101011110001000110 | edfc8ea9f1fe8ea6edf68ebc46 |
UTF-8 | 逵ゥ髷ヲ逍シF | 11101001100000001011010111101111101111011010100111101001101010111011011111101111101111011010011011101001100000001000110111101111101111011011110001000110 | e980b5efbda9e9abb7efbda6e9808defbdbc46 |
UHC | 逵???逍?F | 110100001011000000111111001111110011111111100001110011100011111101000110 | d0b03f3f3fe1ce3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)