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 | 渫釋善 | 100111111101011011100111110101111001000101010000 | 9fd6e7d79150 |
EUC-JP | 渫釋善 | 110111101101100011101110110110011100000110110001 | ded8eed9c1b1 |
UTF-8 | 渫釋善 | 111001101011100010101011111010011000011110001011111001011001011010000100 | e6b8abe9878be59684 |
UHC | 渫釋善 | 111000001101111011100000101101111110000010111100 | e0dee0b7e0bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)