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 | 傳???調 | 10011001010000100011111100111111001111111001001010110010 | 99423f3f3f92b2 |
EUC-JP | 傳?饔?調 | 110100011010001100111111100011111110100011101111001111111100010010110100 | d1a33f8fe8ef3fc4b4 |
UTF-8 | 傳렓饔렧調 | 111001011000001010110011111010111010000010010011111010011010010110010100111010111010000010100111111010001010101010111111 | e582b3eba093e9a594eba0a7e8aabf |
UHC | 傳렓饔렧調 | 11101110111011101000111010101000111010001011110110001110101101101111000011100000 | eeee8ea8e8bd8eb6f0e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)