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 | 闕オ莨懷ーケ | 111010001000110110110101111001001011110010011100111001011011000010111001 | e88db5e4bc9ce5b0b9 |
EUC-JP | 闕オ莨懷ーケ | 111011111110110110001110101101011110100010111110110110001110011110001110101100001000111010111001 | efed8eb5e8bed8e78eb08eb9 |
UTF-8 | 闕オ莨懷ーケ | 111010011001011110010101111011111011110110110101111010001000111010101000111001101000011110110111111011111011110110110000111011111011110110111001 | e99795efbdb5e88ea8e687b7efbdb0efbdb9 |
UHC | 闕??懷?? | 1100111111110100001111110011111111111100111000110011111100111111 | cff43f3ffce33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)