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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??? | 001111110011111100111111 | 3f3f3f |
EUC-JP | 塡?? | 1000111110111000101101000011111100111111 | 8fb8b43f3f |
UTF-8 | 塡淚눌 | 111001011010000110100001111011111010010110001101111010111000100010001100 | e5a1a1efa58deb888c |
UHC | 塡淚눌 | 111011101111001111010010111001111011010010101101 | eef3d2e7b4ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)