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 | 霎溽霜褪 | 1110100010111110100111111110011110010001100110101110010111110010 | e8be9fe7919ae5f2 |
EUC-JP | 霎溽霜褪 | 1111000011000000110111101110100111000001111110101110101011110100 | f0c0dee9c1faeaf4 |
UTF-8 | 霎溽霜褪 | 111010011001110010001110111001101011101010111101111010011001110010011100111010001010010010101010 | e99c8ee6babde99c9ce8a4aa |
UHC | ??霜褪 | 001111110011111111011111110111001111011111011011 | 3f3fdfdcf7db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)