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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 癲???易 | 11100001100111110011111100111111001111111000100011010101 | e19f3f3f3f88d5 |
EUC-JP | 癲???易 | 11100010101000010011111100111111001111111011000011010111 | e2a13f3f3fb0d7 |
UTF-8 | 癲쑳룸닲易 | 111001111001100110110010111011001001000110110011111010111010001110111000111010111000101110110010111001101001100010010011 | e799b2ec91b3eba3b8eb8bb2e69893 |
UHC | 癲쑳룸닲易 | 11101111101001101001110011001110101101111110101110001000101010001110011010110110 | efa69cceb7eb88a8e6b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)