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 | ?譟逎 | 0011111111100110100111111110011110100011 | 3fe69fe7a3 |
EUC-JP | 淶譟逎 | 10001111110001111110010111101100101000011110111010100101 | 8fc7e5eca1eea5 |
UTF-8 | 淶譟逎 | 111001101011011110110110111010001010110110011111111010011000000010001110 | e6b7b6e8ad9fe9808e |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)