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 | 鈺??宥? | 11111011110001000011111100111111100101110100011100111111 | fbc43f3f97473f |
EUC-JP | 鈺??宥? | 1000111111100011110101010011111100111111110011011010100000111111 | 8fe3d53f3fcda83f |
UTF-8 | 鈺쎌룉宥얍 | 111010011000100010111010111011001000111010001100111010111010001110001001111001011010111010100101111011001001011010001101 | e988baec8e8ceba389e5aea5ec968d |
UHC | 鈺쎌룉宥얍 | 11101000101011011011110111101100100011111000100011101010111010011011111011100101 | e8adbdec8f88eae9bee5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)