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 | ??i??iB | 00111111001111110110100100111111001111110110100101000010 | 3f3f693f3f6942 |
SJIS-WIN | 涌竟i涌竟iB | 1001011101001111111010001110110101101001100101110100111111101000111011010110100101000010 | 974fe8ed69974fe8ed6942 |
EUC-JP | 涌竟i涌竟iB | 1100110110110000111100001110111101101001110011011011000011110000111011110110100101000010 | cdb0f0ef69cdb0f0ef6942 |
UTF-8 | 涌竟i涌竟iB | 111001101011011010001100111001111010101110011111011010011110011010110110100011001110011110101011100111110110100101000010 | e6b68ce7ab9f69e6b68ce7ab9f6942 |
UHC | 涌竟i涌竟iB | 1110100110111111110011001110010101101001111010011011111111001100111001010110100101000010 | e9bfcce569e9bfcce56942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)