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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 疫????? | 10001001011101010011111100111111001111110011111100111111 | 89753f3f3f3f3f |
EUC-JP | 疫????? | 10110001110101100011111100111111001111110011111100111111 | b1d63f3f3f3f3f |
UTF-8 | 疫뽬찎溜곕젧 | 111001111001011010101011111010111011110110101100111011001011000010001110111011111010011110001011111010101011001110010101111011001010000010100111 | e796abebbdacecb08eefa78beab395eca0a7 |
UHC | 疫뽬찎溜곕젧 | 111001101011100110010110111010001010100110010000111010101111111010110000111010111010000010011111 | e6b996e8a990eafeb0eba09f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)