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 | 1100001010010010010000000101010111000010100100100100000001001110 | c2924055c292404e |
SJIS-WIN | ??@U??@N | 0011111100111111010000000101010100111111001111110100000001001110 | 3f3f40553f3f404e |
EUC-JP | Â?@UÂ?@N | 100011111010101010100100001111110100000001010101100011111010101010100100001111110100000001001110 | 8faaa43f40558faaa43f404e |
UTF-8 | Â@UÂ@N | 110000111000001011000010100100100100000001010101110000111000001011000010100100100100000001001110 | c382c2924055c382c292404e |
UHC | ??@U??@N | 0011111100111111010000000101010100111111001111110100000001001110 | 3f3f40553f3f404e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)