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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 疫??窈 | 100010010111010100111111001111111110001001110111 | 89753f3fe277 |
EUC-JP | 疫??窈 | 101100011101011000111111001111111110001111011000 | b1d63f3fe3d8 |
UTF-8 | 疫욕떧窈 | 111001111001011010101011111011001001101010010101111010111001011010100111111001111010101010001000 | e796abec9a95eb96a7e7aa88 |
UHC | 疫욕떧窈 | 1110011010111001101111111110010110001011101110101110100110100001 | e6b9bfe58bbae9a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)