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 | 闌牙クク蟆ア | 111010001000110010001001111001011011100010111000111001011011000010110001 | e88c89e5b8b8e5b0b1 |
EUC-JP | 闌牙クク蟆ア | 111011111110110010110010111001111000111010111000100011101011100011101010101100101000111010110001 | efecb2e78eb88eb8eab28eb1 |
UTF-8 | 闌牙クク蟆ア | 111010011001011110001100111001111000100110011001111011111011110110111000111011111011110110111000111010001001111110000110111011111011110110110001 | e9978ce78999efbdb8efbdb8e89f86efbdb1 |
UHC | ?牙???? | 00111111111001001011001100111111001111110011111100111111 | 3fe4b33f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)