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 | 001111110011111100111111100100111001010101000101 | 3f3f3f939545 |
EUC-JP | ???燈E | 001111110011111100111111110001011111010101000101 | 3f3f3fc5f545 |
UTF-8 | 렛뻠렛燈E | 11101011101000001001101111101011101110111010000011101011101000001001101111100111100001111000100001000101 | eba09bebbba0eba09be7878845 |
UHC | 렛뻠렛燈E | 101101111011111110111011101110101011011110111111110101001111001101000101 | b7bfbbbab7bfd4f345 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)