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 | 襞阪飴 | 111001011111110010001101111000111000100010111001 | e5fc8de388b9 |
EUC-JP | 襞阪飴 | 111010101111111010111010111001011011000010111011 | eafebae5b0bb |
UTF-8 | 襞阪飴 | 111010001010010110011110111010011001100010101010111010011010001110110100 | e8a59ee998aae9a3b4 |
UHC | ?阪飴 | 0011111111111000101000011110110011000111 | 3ff8a1ecc7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)