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 | 張??奧 | 100100101010001100111111001111111001101011111010 | 92a33f3f9afa |
EUC-JP | 張??奧 | 110001001010010100111111001111111101010011111100 | c4a53f3fd4fc |
UTF-8 | 張얏꼇奧 | 111001011011110010110101111011001001011010001111111010101011110010000111111001011010010110100111 | e5bcb5ec968feabc87e5a5a7 |
UHC | 張얏꼇奧 | 1110110111100101101111101110011010110010101110111110011111110011 | ede5bee6b2bbe7f3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)