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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 竣?b^ | 100011110111011000111111100000101000001001011110 | 8f763f82825e |
EUC-JP | 竣?b^ | 101111011101011100111111101000111110001001011110 | bdd73fa3e25e |
UTF-8 | 竣ㅻb^ | 11100111101010111010001111100011100001011011101111101111101111011000001001011110 | e7aba3e385bbefbd825e |
UHC | 竣ㅻb^ | 11110001111000101010010011101011101000111110001001011110 | f1e2a4eba3e25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)