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 | 111000101011010100111111010110011110001010110101001111110110001001000101 | e2b53f59e2b53f6245 |
EUC-JP | 箏?Y箏?bE | 111001001011011100111111010110011110010010110111001111110110001001000101 | e4b73f59e4b73f6245 |
UTF-8 | 箏렫Y箏렫bE | 111001111010111010001111111010111010000010101011010110011110011110101110100011111110101110100000101010110110001001000101 | e7ae8feba0ab59e7ae8feba0ab6245 |
UHC | 箏렫Y箏렫bE | 1110111010110100100011101011100101011001111011101011010010001110101110010110001001000101 | eeb48eb959eeb48eb96245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)