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 | 001111110011111100111111001111110011111101000101 | 3f3f3f3f3f45 |
SJIS-WIN | ???違?E | 00111111001111110011111110001000111000010011111101000101 | 3f3f3f88e13f45 |
EUC-JP | 孼??違?E | 100011111011101011000011001111110011111110110000111000110011111101000101 | 8fbac33f3fb0e33f45 |
UTF-8 | 孼뽰슦違뛕E | 11100101101011011011110011101011101111011011000011101100100010101010011011101001100000011001010111101011100110111001010101000101 | e5adbcebbdb0ec8aa6e98195eb9b9545 |
UHC | 孼뽰슦違뛕E | 1110010111101101100101101110110010011010101100001110101011011110100011010101001001000101 | e5ed96ec9ab0eade8d5245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)