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 | 1110000111010001111000010101110001011001111000011101000111100001010111000110001001000101 | e1d1e15c59e1d1e15c6245 |
EUC-JP | 瞋畚Y瞋畚bE | 1110001011010011111000011011110101011001111000101101001111100001101111010110001001000101 | e2d3e1bd59e2d3e1bd6245 |
UTF-8 | 瞋畚Y瞋畚bE | 111001111001111010001011111001111001010110011010010110011110011110011110100010111110011110010101100110100110001001000101 | e79e8be7959a59e79e8be7959a6245 |
UHC | 瞋?Y瞋?bE | 111100101101100100111111010110011111001011011001001111110110001001000101 | f2d93f59f2d93f6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)