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 | 鴨??型?? | 1000101010011011001111110011111110001100010111100011111100111111 | 8a9b3f3f8c5e3f3f |
EUC-JP | 鴨??型?? | 1011001111111011001111110011111110110111101111110011111100111111 | b3fb3f3fb7bf3f3f |
UTF-8 | 鴨쒙슐型됵슬 | 111010011011010010101000111011001001001010011001111011001000101010010000111001011001111010001011111010111001000010110101111011001000101010101100 | e9b4a8ec9299ec8a90e59e8beb90b5ec8aac |
UHC | 鴨쒙슐型됵슬 | 111001001110010110011100111011111011110110110110111110101111111010001001111011111011110110111101 | e4e59cefbdb6fafe89efbdbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)