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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?蝎??載 | 00111111111001011001100100111111001111111000110111011010 | 3fe5993f3f8dda |
EUC-JP | 焌蝎??載 | 100011111100100111101000111010011111100100111111001111111011101011011100 | 8fc9e8e9f93f3fbadc |
UTF-8 | 焌蝎렟렲載 | 111001111000010010001100111010001001110110001110111010111010000010011111111010111010000010110010111010001011110010001001 | e7848ce89d8eeba09feba0b2e8bc89 |
UHC | 焌蝎렟렲載 | 11110001111000001100101011101001100011101011000010001110101111111110111010110000 | f1e0cae98eb08ebfeeb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)