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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 張∽?邀?? | 100100101010001110000001111001000011111111100111101100010011111100111111 | 92a381e43fe7b13f3f |
EUC-JP | 張∽?邀?? | 110001001010010110100010111001100011111111101110101100110011111100111111 | c4a5a2e63feeb33f3f |
UTF-8 | 張∽쉼邀댈궗 | 111001011011110010110101111000101000100010111101111011001000100110111100111010011000001010000000111010111000110010001000111010101011011010010111 | e5bcb5e288bdec89bce98280eb8c88eab697 |
UHC | 張∽쉼邀댈궗 | 111011011110010110100001111011111011110110110000111010011010110110110100111011101000001010101100 | ede5a1efbdb0e9adb4ee82ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)