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 | ???Q] | 0011111100111111001111110101000101011101 | 3f3f3f515d |
SJIS-WIN | ?冀ぃQ] | 00111111100110010110001010000010101000010101000101011101 | 3f996282a1515d |
EUC-JP | ?冀ぃQ] | 00111111110100011100001110100100101000110101000101011101 | 3fd1c3a4a3515d |
UTF-8 | 룶冀ぃQ] | 1110101110100011101101101110010110000110100000001110001110000001100000110101000101011101 | eba3b6e58680e38183515d |
UHC | 룶冀ぃQ] | 1000111110101011110100001110110110101010101000110101000101011101 | 8fabd0edaaa3515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)