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 | 껽¸õÑ | 1110101010111011100011101011110110001111101110001111010111010001 | eabb8ebd8fb8f5d1 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ê????¸õÑ | 10001111101010111011010000111111001111110011111100111111100011111010001010110001100011111010101111011000100011111010101011010000 | 8fabb43f3f3f3f8fa2b18fabd88faad0 |
UTF-8 | 껽¸õÑ | 11000011101010101100001010111011110000101000111011000010101111011100001010001111110000101011100011000011101101011100001110010001 | c3aac2bbc28ec2bdc28fc2b8c3b5c391 |
UHC | ???½?¸?? | 00111111001111110011111110101000111101100011111110100010101011000011111100111111 | 3f3f3fa8f63fa2ac3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)