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 | 張∽?邀 | 10010010101000111000000111100100001111111110011110110001 | 92a381e43fe7b1 |
EUC-JP | 張∽?邀 | 11000100101001011010001011100110001111111110111010110011 | c4a5a2e63feeb3 |
UTF-8 | 張∽쉼邀 | 111001011011110010110101111000101000100010111101111011001000100110111100111010011000001010000000 | e5bcb5e288bdec89bce98280 |
UHC | 張∽쉼邀 | 1110110111100101101000011110111110111101101100001110100110101101 | ede5a1efbdb0e9ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)