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 | 譽墓撕 | 111001101010001110010101111001101001110110011001 | e6a395e69d99 |
EUC-JP | 譽墓撕 | 111011001010010111001010111010001101100111111001 | eca5cae8d9f9 |
UTF-8 | 譽墓撕 | 111010001010110110111101111001011010001010010011111001101001001010010101 | e8adbde5a293e69295 |
UHC | 譽墓? | 1110011111100010110110011101011100111111 | e7e2d9d73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)