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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | テ湘暗カテ」 | 1100001110001111110000111000100011000011101101101100001110100011 | c38fc388c3b6c3a3 |
EUC-JP | テ湘暗カテ」 | 100011101100001110111110110001011011000011000101100011101011011010001110110000111000111010100011 | 8ec3bec5b0c58eb68ec38ea3 |
UTF-8 | テ湘暗カテ」 | 111011111011111010000011111001101011100110011000111001101001101010010111111011111011110110110110111011111011111010000011111011111011110110100011 | efbe83e6b998e69a97efbdb6efbe83efbda3 |
UHC | ?湘暗??? | 0011111111011111110011111110010011011110001111110011111100111111 | 3fdfcfe4de3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)