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 | ??踪悠オ | 0011111100111111111001110100100010010111010010011000001101001001 | 3f3fe74897498349 |
EUC-JP | ??踪悠オ | 0011111100111111111011011010100111001101101010101010010110101010 | 3f3feda9cdaaa5aa |
UTF-8 | 룴점踪悠オ | 111010111010001110110100111011001010000010010000111010001011100010101010111001101000001010100000111000111000001010101010 | eba3b4eca090e8b8aae682a0e382aa |
UHC | 룴점踪悠オ | 10001111101010011100000110100001111100011010000111101010111011011010101110101010 | 8fa9c1a1f1a1eaedabaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)