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 | 舗轗淙 | 100101011101110011100111011111011001111111001000 | 95dce77d9fc8 |
EUC-JP | 舗轗淙 | 110010101101111011101101110111101101111011001010 | cadeeddedeca |
UTF-8 | 舗轗淙 | 111010001000100010010111111010001011110110010111111001101011011110011001 | e88897e8bd97e6b799 |
UHC | ??淙 | 00111111001111111111000011111000 | 3f3ff0f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)