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 | 鮨喜椪 | 111010011011110110001010111011001001111010101100 | e9bd8aec9eac |
EUC-JP | 鮨喜椪 | 111100101011111110110100111011101101110010101110 | f2bfb4eedcae |
UTF-8 | 鮨喜椪 | 111010011010111010101000111001011001011010011100111001101010010010101010 | e9aea8e5969ce6a4aa |
UHC | ?喜? | 00111111111111011110110000111111 | 3ffdec3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)