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 | 霈戊シ豹 | 11101000101111001001010111101000101111001001010101011110 | e8bc95e8bc955e |
EUC-JP | 霈戊シ豹 | 1111000010111110110010101110101010001110101111001100100110111111 | f0becaea8ebcc9bf |
UTF-8 | 霈戊シ豹 | 111010011001110010001000111001101000100010001010111011111011110110111100111010001011000110111001 | e99c88e6888aefbdbce8b1b9 |
UHC | ?戊?豹 | 001111111101100111100110001111111111100011111011 | 3fd9e63ff8fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)