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 | 霽???之 | 11101000110001110011111100111111001111111001010001010110 | e8c73f3f3f9456 |
EUC-JP | 霽???之 | 11110000110010010011111100111111001111111100011110110111 | f0c93f3f3fc7b7 |
UTF-8 | 霽累렎렱之 | 111010011001110010111101111011111010010110001111111010111010000010001110111010111010000010110001111001001011100110001011 | e99cbdefa58feba08eeba0b1e4b98b |
UHC | 霽累렎렱之 | 11110000101110001101001011101001100011101010010010001110101111101111000111111101 | f0b8d2e98ea48ebef1fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)