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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 霈碑シ膿 | 11101000101111001001010011101000101111001001010001011110 | e8bc94e8bc945e |
EUC-JP | 霈碑シ膿 | 1111000010111110110010001110101010001110101111001100011110111111 | f0bec8ea8ebcc7bf |
UTF-8 | 霈碑シ膿 | 111010011001110010001000111001111010001010010001111011111011110110111100111010001000011010111111 | e99c88e7a291efbdbce886bf |
UHC | ?碑?膿 | 001111111101110111111000001111111101001011011011 | 3fddf83fd2db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)