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 | 箚鱧靺 | 111000101011001011101001111001011110100011011010 | e2b2e9e5e8da |
EUC-JP | 箚鱧靺 | 111001001011010011110010111001111111000011011100 | e4b4f2e7f0dc |
UTF-8 | 箚鱧靺 | 111001111010111010011010111010011011000110100111111010011001110110111010 | e7ae9ae9b1a7e99dba |
UHC | 箚?靺 | 1111001110110000001111111101100011001011 | f3b03fd8cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)