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 | 꼸ëó¾ | 1110101010111100100011101011100011101011111100111000111010111110 | eabc8eb8ebf38ebe |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ê??¸ëó?? | 10001111101010111011010000111111001111111000111110100010101100011000111110101011101100111000111110101011110100010011111100111111 | 8fabb43f3f8fa2b18fabb38fabd13f3f |
UTF-8 | 꼸ëó¾ | 11000011101010101100001010111100110000101000111011000010101110001100001110101011110000111011001111000010100011101100001010111110 | c3aac2bcc28ec2b8c3abc3b3c28ec2be |
UHC | ?¼?¸???¾ | 0011111110101000111110010011111110100010101011000011111100111111001111111010100011111010 | 3fa8f93fa2ac3f3f3fa8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)