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 | 狠瓷稟 | 111000001100000111100001010010011110001001100111 | e0c1e149e267 |
EUC-JP | 狠瓷稟 | 111000001100001111100001101010101110001111001000 | e0c3e1aae3c8 |
UTF-8 | 狠瓷稟 | 111001111000101110100000111001111001001110110111111001111010100010011111 | e78ba0e793b7e7a89f |
UHC | ?瓷稟 | 0011111111101101101101101111100110100010 | 3fedb6f9a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)