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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 霄嫉霖 | 111010001011101010001110101110011110100011000001 | e8ba8eb9e8c1 |
EUC-JP | 霄嫉霖 | 111100001011110010111100101110111111000011000011 | f0bcbcbbf0c3 |
UTF-8 | 霄嫉霖 | 111010011001110010000100111001011010101110001001111010011001110010010110 | e99c84e5ab89e99c96 |
UHC | ?嫉霖 | 0011111111110010111011001101011111111101 | 3ff2ecd7fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)