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 | 襞咲飴 | 111001011111110010001101111001111000100010111001 | e5fc8de788b9 |
EUC-JP | 襞咲飴 | 111010101111111010111010111010011011000010111011 | eafebae9b0bb |
UTF-8 | 襞咲飴 | 111010001010010110011110111001011001001010110010111010011010001110110100 | e8a59ee592b2e9a3b4 |
UHC | ??飴 | 00111111001111111110110011000111 | 3f3fecc7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)