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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 衙惡?樊 | 11100101110010011001110010100110001111111001111011100110 | e5c99ca63f9ee6 |
EUC-JP | 衙惡?樊 | 11101010110010111101100010101000001111111101110011101000 | eacbd8a83fdce8 |
UTF-8 | 衙惡뤾樊 | 111010001010000110011001111001101000001110100001111010111010010010111110111001101010100010001010 | e8a199e683a1eba4bee6a88a |
UHC | 衙惡뤾樊 | 1110010010110111111001001100001010001111111010101101101111100000 | e4b7e4c28feadbe0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)