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 | ??Y??Z | 001111110011111101011001001111110011111101011010 | 3f3f593f3f5a |
SJIS-WIN | 蛇杓Y蛇杓Z | 10001110110101101000111011011011010110011000111011010110100011101101101101011010 | 8ed68edb598ed68edb5a |
EUC-JP | 蛇杓Y蛇杓Z | 10111100110110001011110011011101010110011011110011011000101111001101110101011010 | bcd8bcdd59bcd8bcdd5a |
UTF-8 | 蛇杓Y蛇杓Z | 1110100010011011100001111110011010011101100100110101100111101000100110111000011111100110100111011001001101011010 | e89b87e69d9359e89b87e69d935a |
UHC | 蛇杓Y蛇杓Z | 11011110111011111111100011110101010110011101111011101111111110001111010101011010 | deeff8f559deeff8f55a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)