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 | ???@h | 0011111100111111001111110100000001101000 | 3f3f3f4068 |
SJIS-WIN | 谷袖袖@h | 1001001001001010100100011011001110010001101100110100000001101000 | 924a91b391b34068 |
EUC-JP | 谷袖袖@h | 1100001110101011110000101011010111000010101101010100000001101000 | c3abc2b5c2b54068 |
UTF-8 | 谷袖袖@h | 1110100010110000101101111110100010100010100101101110100010100010100101100100000001101000 | e8b0b7e8a296e8a2964068 |
UHC | 谷袖袖@h | 1100110111011011111000101100000011100010110000000100000001101000 | cddbe2c0e2c04068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)