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 | 鶯??歟↓? | 111010011111001000111111001111111001111101100010100000011010101100111111 | e9f23f3f9f6281ab3f |
EUC-JP | 鶯??歟↓? | 111100101111010000111111001111111101110111000011101000101010110100111111 | f2f43f3fddc3a2ad3f |
UTF-8 | 鶯볥졂歟↓땡 | 111010011011011010101111111010111011001110100101111011001010000110000010111001101010110110011111111000101000011010010011111010111001010110100001 | e9b6afebb3a5eca182e6ad9fe28693eb95a1 |
UHC | 鶯볥졂歟↓땡 | 111001011010001110010011111010111010000010110011111001101010001010100001111010011011011010101111 | e5a393eba0b3e6a2a1e9b6af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)