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 | íë¸ì¹¡ | 1110110111101011100011101011100011101100101110011000111010100001 | edeb8eb8ecb98ea1 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | íë?¸ì??¡ | 100011111010101110111111100011111010101110110011001111111000111110100010101100011000111110101011110000000011111100111111100011111010001011000010 | 8fabbf8fabb33f8fa2b18fabc03f3f8fa2c2 |
UTF-8 | íë¸ì¹¡ | 11000011101011011100001110101011110000101000111011000010101110001100001110101100110000101011100111000010100011101100001010100001 | c3adc3abc28ec2b8c3acc2b9c28ec2a1 |
UHC | ???¸?¹?¡ | 0011111100111111001111111010001010101100001111111010100111110110001111111010001010101110 | 3f3f3fa2ac3fa9f63fa2ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)