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 | 霆剰亜^ | 11101000101110111000111111101000100010001001111101011110 | e8bb8fe8889f5e |
EUC-JP | 霆剰亜^ | 11110000101111011011111011101010101100001010000101011110 | f0bdbeeab0a15e |
UTF-8 | 霆剰亜^ | 11101001100111001000011011100101100010011011000011100100101110101001110001011110 | e99c86e589b0e4ba9c5e |
UHC | 霆??^ | 1110111111111101001111110011111101011110 | effd3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)