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 | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | 驍ゑスエh | 11101001100000101000001011101111101111011011010001101000 | e98282efbdb468 |
EUC-JP | 驍ゑスエh | 111100011110001010100100111100011000111010111101100011101011010001101000 | f1e2a4f18ebd8eb468 |
UTF-8 | 驍ゑスエh | 11101001101010011000110111100011100000101001000111101111101111011011110111101111101111011011010001101000 | e9a98de38291efbdbdefbdb468 |
UHC | 驍ゑ??h | 11111101101001001010101011110001001111110011111101101000 | fda4aaf13f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)