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 | 霎溽霜謾、 | 111010001011111010011111111001111001000110011010111001101001010010100100 | e8be9fe7919ae694a4 |
EUC-JP | 霎溽霜謾、 | 11110000110000001101111011101001110000011111101011101011111101001000111010100100 | f0c0dee9c1faebf48ea4 |
UTF-8 | 霎溽霜謾、 | 111010011001110010001110111001101011101010111101111010011001110010011100111010001010110010111110111011111011110110100100 | e99c8ee6babde99c9ce8acbeefbda4 |
UHC | ??霜?? | 001111110011111111011111110111000011111100111111 | 3f3fdfdc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)