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 | 譽募〓 | 111001101010001110010101111001011000000110101100 | e6a395e581ac |
EUC-JP | 譽募〓 | 111011001010010111001010111001111010001010101110 | eca5cae7a2ae |
UTF-8 | 譽募〓 | 111010001010110110111101111001011000101110011111111000111000000010010011 | e8adbde58b9fe38093 |
UHC | 譽募〓 | 111001111110001011011001101101001010000111101011 | e7e2d9b4a1eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)