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 | 隴帶焔笳 | 1110100010101101100110111110011010001001100010111110001010010111 | e8ad9be6898be297 |
EUC-JP | 隴帶焔笳 | 1111000010101111110101101110100010110001111010111110001111110111 | f0afd6e8b1ebe3f7 |
UTF-8 | 隴帶焔笳 | 111010011001101010110100111001011011100010110110111001111000010010010100111001111010110010110011 | e99ab4e5b8b6e78494e7acb3 |
UHC | ?帶?? | 0011111111010011111000010011111100111111 | 3fd3e13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)