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 | 1110000110110101100011101111101001101001111000011011010110001110111110100110100101000010 | e1b58efa69e1b58efa6942 |
EUC-JP | 盞囚i盞囚iB | 1110001010110111101111001111110001101001111000101011011110111100111111000110100101000010 | e2b7bcfc69e2b7bcfc6942 |
UTF-8 | 盞囚i盞囚iB | 111001111001101110011110111001011001101110011010011010011110011110011011100111101110010110011011100110100110100101000010 | e79b9ee59b9a69e79b9ee59b9a6942 |
UHC | 盞囚i盞囚iB | 1110110111010011111000011111011001101001111011011101001111100001111101100110100101000010 | edd3e1f669edd3e1f66942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)