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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | スェ鋕消 | 101111011010101011111011110101001000111111000001 | bdaafbd48fc1 |
EUC-JP | スェ鋕消 | 100011101011110110001110101010101000111111100100110000001011111011000011 | 8ebd8eaa8fe4c0bec3 |
UTF-8 | スェ鋕消 | 111011111011110110111101111011111011110110101010111010011000101110010101111001101011011010001000 | efbdbdefbdaae98b95e6b688 |
UHC | ???消 | 0011111100111111001111111110000110111100 | 3f3f3fe1bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)