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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???鎰?? | 00111111001111110011111111101000010011000011111100111111 | 3f3f3fe84c3f3f |
EUC-JP | ???鎰?? | 00111111001111110011111111101111101011010011111100111111 | 3f3f3fefad3f3f |
UTF-8 | 囹덈냵鎰먪뙠 | 111011111010011010101001111010111000110110001000111010111000001110110101111010011000111010110000111010111010100010101010111010111001100110100000 | efa6a9eb8d88eb83b5e98eb0eba8aaeb99a0 |
UHC | 囹덈냵鎰먪뙠 | 111001111010101010001000111010111000011010000101111011001111000010010000111001111000110010100101 | e7aa88eb8685ecf090e78ca5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)