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 | 衙?燔里莖 | 111001011100100100111111111000001001100010010111101000101110010010110001 | e5c93fe09897a2e4b1 |
EUC-JP | 衙?燔里莖 | 111010101100101100111111110111111111100011001110101001001110100010110011 | eacb3fdff8cea4e8b3 |
UTF-8 | 衙뤾燔里莖 | 111010001010000110011001111010111010010010111110111001111000011110010100111010011000011110001100111010001000111010010110 | e8a199eba4bee78794e9878ce88e96 |
UHC | 衙뤾燔里莖 | 11100100101101111000111111101010110110111110001011010111111011001100110011101100 | e4b78feadbe2d7ecccec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)