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 | 疫??蘂? | 10001001011101010011111100111111111001010100000100111111 | 89753f3fe5413f |
EUC-JP | 疫??蘂? | 10110001110101100011111100111111111010011010001000111111 | b1d63f3fe9a23f |
UTF-8 | 疫욜땸蘂꿁 | 111001111001011010101011111011001001101010011100111010111001010110111000111010001001100010000010111010101011111110000001 | e796abec9a9ceb95b8e89882eabf81 |
UHC | 疫욜땸蘂꿁 | 11100110101110011011111111100111100010111000111011100111110111101000010101000010 | e6b9bfe78b8ee7de8542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)