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 | 辯皮∑^ | 11100111100001111001010011100111100001111001010001011110 | e78794e787945e |
EUC-JP | 辯皮?^ | 111011011110011111001000111010010011111101011110 | ede7c8e93f5e |
UTF-8 | 辯皮∑^ | 11101000101111101010111111100111100110101010111011100010100010001001000101011110 | e8beafe79aaee288915e |
UHC | 辯皮∑^ | 11011100101010101111100110101011101000101011001001011110 | dcaaf9aba2b25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)