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 | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-WIN | ???瞰E | 001111110011111100111111111000011101010101000101 | 3f3f3fe1d545 |
EUC-JP | ???瞰E | 001111110011111100111111111000101101011101000101 | 3f3f3fe2d745 |
UTF-8 | 列룸씈瞰E | 11101111101001101001110011101011101000111011100011101100100101001000100011100111100111101011000001000101 | efa69ceba3b8ec9488e79eb045 |
UHC | 列룸씈瞰E | 111001101110101010110111111010111001110110100000110010101111100101000101 | e6eab7eb9da0caf945 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)