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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 張??言? | 10010010101000110011111100111111100011001011111000111111 | 92a33f3f8cbe3f |
EUC-JP | 張??言? | 11000100101001010011111100111111101110001100000000111111 | c4a53f3fb8c03f |
UTF-8 | 張멨컙言쭮 | 111001011011110010110101111010111010100110101000111011001011101110011001111010001010100010000000111011001010110110101110 | e5bcb5eba9a8ecbb99e8a880ecadae |
UHC | 張멨컙言쭮 | 11101101111001011011100011100101101100001000010011100101111010111010100001000010 | ede5b8e5b084e5eba842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)