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??bE | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
SJIS-WIN | 蓙畚Y蓙畚bE | 1110010011100110111000010101110001011001111001001110011011100001010111000110001001000101 | e4e6e15c59e4e6e15c6245 |
EUC-JP | 蓙畚Y蓙畚bE | 1110100011101000111000011011110101011001111010001110100011100001101111010110001001000101 | e8e8e1bd59e8e8e1bd6245 |
UTF-8 | 蓙畚Y蓙畚bE | 111010001001001110011001111001111001010110011010010110011110100010010011100110011110011110010101100110100110001001000101 | e89399e7959a59e89399e7959a6245 |
UHC | ??Y??bE | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)