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 | @U@N | 100100100100000001010101100100100100000001001110 | 92405592404e |
SJIS-WIN | ?@U?@N | 001111110100000001010101001111110100000001001110 | 3f40553f404e |
EUC-JP | ?@U?@N | 001111110100000001010101001111110100000001001110 | 3f40553f404e |
UTF-8 | @U@N | 1100001010010010010000000101010111000010100100100100000001001110 | c2924055c292404e |
UHC | ?@U?@N | 001111110100000001010101001111110100000001001110 | 3f40553f404e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)