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 | 舗贔淙 | 100101011101110011100110110110111001111111001000 | 95dce6db9fc8 |
EUC-JP | 舗贔淙 | 110010101101111011101100110111011101111011001010 | cadeecdddeca |
UTF-8 | 舗贔淙 | 111010001000100010010111111010001011010010010100111001101011011110011001 | e88897e8b494e6b799 |
UHC | ??淙 | 00111111001111111111000011111000 | 3f3ff0f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)