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 | ???E | 00111111001111110011111101000101 | 3f3f3f45 |
SJIS-WIN | 獏悉煮E | 11100000110100011000111010111011100011101100111101000101 | e0d18ebb8ecf45 |
EUC-JP | 獏悉煮E | 11100000110100111011110010111101101111001101000101000101 | e0d3bcbdbcd145 |
UTF-8 | 獏悉煮E | 11100111100011011000111111100110100000101000100111100111100001011010111001000101 | e78d8fe68289e785ae45 |
UHC | ?悉煮E | 001111111110001111111010111011011011010001000101 | 3fe3faedb445 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)