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 | 1110000010101100111000001101101001011001111000001010110011100000110110100110001001000101 | e0ace0da59e0ace0da6245 |
EUC-JP | 牀獺Y牀獺bE | 1110000010101110111000001101110001011001111000001010111011100000110111000110001001000101 | e0aee0dc59e0aee0dc6245 |
UTF-8 | 牀獺Y牀獺bE | 111001111000100110000000111001111000110110111010010110011110011110001001100000001110011110001101101110100110001001000101 | e78980e78dba59e78980e78dba6245 |
UHC | 牀獺Y牀獺bE | 1101111111010001110100111011011101011001110111111101000111010011101101110110001001000101 | dfd1d3b759dfd1d3b76245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)