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 | 讓滔搆 | 111001101010100010011111111010111001110110001100 | e6a89feb9d8c |
EUC-JP | 讓滔搆 | 111011001010101011011110111011011101100111101100 | ecaadeedd9ec |
UTF-8 | 讓滔搆 | 111010001010111010010011111001101011101110010100111001101001000010000110 | e8ae93e6bb94e69086 |
UHC | 讓滔? | 1110010111010011110101001010010100111111 | e5d3d4a53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)