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 | 爰贍樟 | 111000001010011111100110110101101000111110111110 | e0a7e6d68fbe |
EUC-JP | 爰贍樟 | 111000001010100111101100110110001011111011000000 | e0a9ecd8bec0 |
UTF-8 | 爰贍樟 | 111001111000100010110000111010001011010010001101111001101010100010011111 | e788b0e8b48de6a89f |
UHC | 爰贍樟 | 111010101011101011100000111010111110110111101001 | eabae0ebede9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)