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 | 菴??鈺? | 11100100101111010011111100111111111110111100010000111111 | e4bd3f3ffbc43f |
EUC-JP | 菴??鈺? | 1110100010111111001111110011111110001111111000111101010100111111 | e8bf3f3f8fe3d53f |
UTF-8 | 菴숂릟鈺퀯 | 111010001000111110110100111011001000100010000010111010111010011010011111111010011000100010111010111011011000000010101111 | e88fb4ec8882eba69fe988baed80af |
UHC | 菴숂릟鈺퀯 | 11100100111000001001100111100111100100001000000111101000101011011011010001000010 | e4e099e79081e8adb442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)