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 | 赳、雋ウ鬪 | 1110011011100000101001001110100010110010101100111110100110101010 | e6e0a4e8b2b3e9aa |
EUC-JP | 赳、雋ウ鬪 | 11101100111000101000111010100100111100001011010010001110101100111111001010101100 | ece28ea4f0b48eb3f2ac |
UTF-8 | 赳、雋ウ鬪 | 111010001011010110110011111011111011110110100100111010011001101110001011111011111011110110110011111010011010110010101010 | e8b5b3efbda4e99b8befbdb3e9acaa |
UHC | 赳?雋?鬪 | 1101000010101111001111111111000111100110001111111111011111100011 | d0af3ff1e63ff7e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)