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 | 甬牾羣 | 111000010101010011100000101100011110001110111000 | e154e0b1e3b8 |
EUC-JP | 甬牾羣 | 111000011011010111100000101100111110011010111010 | e1b5e0b3e6ba |
UTF-8 | 甬牾羣 | 111001111001010010101100111001111000100110111110111001111011111010100011 | e794ace789bee7bea3 |
UHC | 甬?? | 11101001110001010011111100111111 | e9c53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)