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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 拙???迪富B | 10010000110110010011111100111111001111111110011110001100100101010111100001000010 | 90d93f3f3fe78c957842 |
EUC-JP | 拙???迪富B | 11000000110110110011111100111111001111111110110111101100110010011101100101000010 | c0db3f3f3fedecc9d942 |
UTF-8 | 拙흔렪렪迪富B | 11100110100010111001100111101101100111011001010011101011101000001010101011101011101000001010101011101000101111111010101011100101101011111000110001000010 | e68b99ed9d94eba0aaeba0aae8bfaae5af8c42 |
UHC | 拙흔렪렪迪富B | 11110000111100001100100011100111100011101011100010001110101110001110111011101000110111011010001101000010 | f0f0c8e78eb88eb8eee8dda342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)