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 | 塡재침 | 111001011010000110100001111011001001111010101100111011001011100110101000 | e5a1a1ec9eacecb9a8 |
UHC | 塡재침 | 111011101111001111000000111001111100010010100111 | eef3c0e7c4a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)