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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 庵碩漱 | 100010001100000110010000110101111001111111111001 | 88c190d79ff9 |
EUC-JP | 庵碩漱 | 101100001100001111000000110110011101111011111011 | b0c3c0d9defb |
UTF-8 | 庵碩漱 | 111001011011101010110101111001111010001010101001111001101011110010110001 | e5bab5e7a2a9e6bcb1 |
UHC | 庵碩漱 | 111001001101110111100000101101011110001010101011 | e4dde0b5e2ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)