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 | 絲るざ | 111000110100111010000010111010011000001010110100 | e34e82e982b4 |
EUC-JP | 絲るざ | 111001011010111110100100111010111010010010110110 | e5afa4eba4b6 |
UTF-8 | 絲るざ | 111001111011010110110010111000111000001010001011111000111000000110010110 | e7b5b2e3828be38196 |
UHC | 絲るざ | 110111101110101010101010111010111010101010110110 | deeaaaebaab6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)