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 | ???~ | 00111111001111110011111101111110 | 3f3f3f7e |
SJIS-WIN | 牋窶粨~ | 11100000101011101110001010000000111000101110100001111110 | e0aee280e2e87e |
EUC-JP | 牋窶粨~ | 11100000101100001110001111100000111001001110101001111110 | e0b0e3e0e4ea7e |
UTF-8 | 牋窶粨~ | 11100111100010011000101111100111101010101011011011100111101100101010100001111110 | e7898be7aab6e7b2a87e |
UHC | ???~ | 00111111001111110011111101111110 | 3f3f3f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)