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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 漿?姨?? | 10011111111101110011111110011011010010000011111100111111 | 9ff73f9b483f3f |
EUC-JP | 漿?姨?? | 11011110111110010011111111010101101010010011111100111111 | def93fd5a93f3f |
UTF-8 | 漿렔姨쇠렫 | 111001101011110010111111111010111010000010010100111001011010011110101000111011001000011110100000111010111010000010101011 | e6bcbfeba094e5a7a8ec87a0eba0ab |
UHC | 漿렔姨쇠렫 | 11101101111011001000111010101001111011001010100110111100111010001000111010111001 | edec8ea9eca9bce88eb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)