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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 襠千瑳 | 111001011111101110010000111001111000110110111010 | e5fb90e78dba |
EUC-JP | 襠千瑳 | 111010101111110111000000111010011011101010111100 | eafdc0e9babc |
UTF-8 | 襠千瑳 | 111010001010010110100000111001011000110110000011111001111001000110110011 | e8a5a0e58d83e791b3 |
UHC | ?千? | 00111111111101001011011000111111 | 3ff4b63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)