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 | 張??円?? | 1001001010100011001111110011111110001001011111100011111100111111 | 92a33f3f897e3f3f |
EUC-JP | 張??円?? | 1100010010100101001111110011111110110001110111110011111100111111 | c4a53f3fb1df3f3f |
UTF-8 | 張꿩펵円띰슁 | 111001011011110010110101111010101011111110101001111011011000111010110101111001011000011010000110111010111001110110110000111011001000101010000001 | e5bcb5eabfa9ed8eb5e58686eb9db0ec8a81 |
UHC | 張꿩펵円띰슁 | 111011011110010110110010111001101011110010000110111001011111011110110110111011111011110110110011 | ede5b2e6bc86e5f7b6efbdb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)