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 | 螻搾ヲ帑 | 11100101101100011000110111101111101001101001101111100100 | e5b18defa69be4 |
EUC-JP | 螻搾ヲ帑 | 1110101010110011101110101111000110001110101001101101011011100110 | eab3baf18ea6d6e6 |
UTF-8 | 螻搾ヲ帑 | 111010001001111010111011111001101001000010111110111011111011110110100110111001011011100010010001 | e89ebbe690beefbda6e5b891 |
UHC | ?搾?帑 | 001111111111001110110110001111111111011110110110 | 3ff3b63ff7b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)