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 | 100010010111010100111111001111111000100101110101001111110011111101000010 | 89753f3f89753f3f42 |
EUC-JP | 疫??疫??B | 101100011101011000111111001111111011000111010110001111110011111101000010 | b1d63f3fb1d63f3f42 |
UTF-8 | 疫섊맗疫섊맗B | 11100111100101101010101111101100100001001000101011101011101001111001011111100111100101101010101111101100100001001000101011101011101001111001011101000010 | e796abec848aeba797e796abec848aeba79742 |
UHC | 疫섊맗疫섊맗B | 11100110101110011001100011100111100100001010100111100110101110011001100011100111100100001010100101000010 | e6b998e790a9e6b998e790a942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)