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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 載槃?名 | 10001101110110101001111011001111001111111001011010111100 | 8dda9ecf3f96bc |
EUC-JP | 載槃?名 | 10111010110111001101110011010001001111111100110010111110 | badcdcd13fccbe |
UTF-8 | 載槃렜名 | 111010001011110010001001111001101010011110000011111010111010000010011100111001011001000010001101 | e8bc89e6a783eba09ce5908d |
UHC | 載槃렜名 | 1110111010110000110110101110100110001110101011101101100110100011 | eeb0dae98eaed9a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)