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 | 嚥〓?萸←? | 10011010100010111000000110101100001111111110010011001110100000011010100100111111 | 9a8b81ac3fe4ce81a93f |
EUC-JP | 嚥〓?萸←? | 11010011111010111010001010101110001111111110100011010000101000101010101100111111 | d3eba2ae3fe8d0a2ab3f |
UTF-8 | 嚥〓쉘萸←춯 | 111001011001101010100101111000111000000010010011111011001000100110011000111010001001000010111000111000101000011010010000111011001011011010101111 | e59aa5e38093ec8998e890b8e28690ecb6af |
UHC | 嚥〓쉘萸←춯 | 111001101011111110100001111010111011110110101001111010111010110110100001111001111010110110001100 | e6bfa1ebbda9ebada1e7ad8c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)