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 | 張???? | 100100101010001100111111001111110011111100111111 | 92a33f3f3f3f |
EUC-JP | 張???? | 110001001010010100111111001111110011111100111111 | c4a53f3f3f3f |
UTF-8 | 張잹簾앾슈 | 111001011011110010110101111011001001111010111001111011111010011010100110111011001001010110111110111011001000101010001000 | e5bcb5ec9eb9efa6a6ec95beec8a88 |
UHC | 張잹簾앾슈 | 11101101111001011010000001000010111001111010000110011101111011111011110110110100 | ede5a042e7a19defbdb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)