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 | 址??疋 | 100110101010110000111111001111111001010101000100 | 9aac3f3f9544 |
EUC-JP | 址??疋 | 110101001010111000111111001111111100100110100101 | d4ae3f3fc9a5 |
UTF-8 | 址띈벱疋 | 111001011001110110000000111010111001110110001000111010111011001010110001111001111001011010001011 | e59d80eb9d88ebb2b1e7968b |
UHC | 址띈벱疋 | 1111001010100011101101101110100010111010101010011111100110110101 | f2a3b6e8baa9f9b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)