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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 蘚蘚B | 1110010101100100111001010110010001000010 | e564e56442 |
EUC-JP | 蘚蘚B | 1110100111000101111010011100010101000010 | e9c5e9c542 |
UTF-8 | 蘚蘚B | 11101000100110001001101011101000100110001001101001000010 | e8989ae8989a42 |
UHC | 蘚蘚B | 1110000011010000111000001101000001000010 | e0d0e0d042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)