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 | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
SJIS-WIN | 張??h張?? | 100100101010001100111111001111110110100010010010101000110011111100111111 | 92a33f3f6892a33f3f |
EUC-JP | 張??h張?? | 110001001010010100111111001111110110100011000100101001010011111100111111 | c4a53f3f68c4a53f3f |
UTF-8 | 張쇿윿h張쇿윿 | 11100101101111001011010111101100100001111011111111101100100111001011111101101000111001011011110010110101111011001000011110111111111011001001110010111111 | e5bcb5ec87bfec9cbf68e5bcb5ec87bfec9cbf |
UHC | 張쇿윿h張쇿윿 | 11101101111001011001100111100101100111111011011101101000111011011110010110011001111001011001111110110111 | ede599e59fb768ede599e59fb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)