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 | 諠壽宦 | 111001101000001110011010111001101001101110000001 | e6839ae69b81 |
EUC-JP | 諠壽宦 | 111010111110001111010100111010001101010111100001 | ebe3d4e8d5e1 |
UTF-8 | 諠壽宦 | 111010001010101110100000111001011010001110111101111001011010111010100110 | e8aba0e5a3bde5aea6 |
UHC | ?壽宦 | 0011111111100001111110001111110010110010 | 3fe1f8fcb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)