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 | 鴨??鈺? | 10001010100110110011111100111111111110111100010000111111 | 8a9b3f3ffbc43f |
EUC-JP | 鴨??鈺? | 1011001111111011001111110011111110001111111000111101010100111111 | b3fb3f3f8fe3d53f |
UTF-8 | 鴨뗧릟鈺퀯 | 111010011011010010101000111010111001011110100111111010111010011010011111111010011000100010111010111011011000000010101111 | e9b4a8eb97a7eba69fe988baed80af |
UHC | 鴨뗧릟鈺퀯 | 11100100111001011000101111100111100100001000000111101000101011011011010001000010 | e4e58be79081e8adb442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)