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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鈺??倚 | 111110111100010000111111001111111001100011011111 | fbc43f3f98df |
EUC-JP | 鈺??倚 | 10001111111000111101010100111111001111111101000011100001 | 8fe3d53f3fd0e1 |
UTF-8 | 鈺쎌꼳倚 | 111010011000100010111010111011001000111010001100111010101011110010110011111001011000000010011010 | e988baec8e8ceabcb3e5809a |
UHC | 鈺쎌꼳倚 | 1110100010101101101111011110110010000100100011001110101111101111 | e8adbdec848cebef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)