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 | 艪掩掘 | 111001001000001010001001100001101000110001000000 | e48289868c40 |
EUC-JP | 艪掩掘 | 111001111110001010110001111001101011011110100001 | e7e2b1e6b7a1 |
UTF-8 | 艪掩掘 | 111010001000100110101010111001101000111010101001111001101000111010011000 | e889aae68ea9e68e98 |
UHC | ?掩掘 | 0011111111100101111100111100111111011110 | 3fe5f3cfde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)