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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 汀瓏??? | 10010010111100111110000011111010001111110011111100111111 | 92f3e0fa3f3f3f |
EUC-JP | 汀瓏?焌? | 110001001111010111100000111111000011111110001111110010011110100000111111 | c4f5e0fc3f8fc9e83f |
UTF-8 | 汀瓏땍焌렠 | 111001101011000110000000111001111001001110001111111010111001010110001101111001111000010010001100111010111010000010100000 | e6b180e7938feb958de7848ceba0a0 |
UHC | 汀瓏땍焌렠 | 11101111111000101101011011101010101101101010100011110001111000001000111010110001 | efe2d6eab6a8f1e08eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)