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 | 隴会・宣豪 | 111010001010110110001001111011111010010110010000111010011000110110001011 | e8ad89efa590e98d8b |
EUC-JP | 隴会・宣豪 | 11110000101011111011001011110001100011101010010111000000111010111011100111101011 | f0afb2f18ea5c0ebb9eb |
UTF-8 | 隴会・宣豪 | 111010011001101010110100111001001011110010011010111011111011110110100101111001011010111010100011111010001011000110101010 | e99ab4e4bc9aefbda5e5aea3e8b1aa |
UHC | ???宣豪 | 00111111001111110011111111100000101111101111101111011111 | 3f3f3fe0befbdf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)