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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | スェ鋕消」 | 10111101101010101111101111010100100011111100000110100011 | bdaafbd48fc1a3 |
EUC-JP | スェ鋕消」 | 1000111010111101100011101010101010001111111001001100000010111110110000111000111010100011 | 8ebd8eaa8fe4c0bec38ea3 |
UTF-8 | スェ鋕消」 | 111011111011110110111101111011111011110110101010111010011000101110010101111001101011011010001000111011111011110110100011 | efbdbdefbdaae98b95e6b688efbda3 |
UHC | ???消? | 001111110011111100111111111000011011110000111111 | 3f3f3fe1bc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)