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 | 1110100111110100100011101011100001101001111010011111010010001110101110000110100101000010 | e9f48eb869e9f48eb86942 |
EUC-JP | 鴟失i鴟失iB | 1111001011110110101111001011101001101001111100101111011010111100101110100110100101000010 | f2f6bcba69f2f6bcba6942 |
UTF-8 | 鴟失i鴟失iB | 111010011011010010011111111001011010010010110001011010011110100110110100100111111110010110100100101100010110100101000010 | e9b49fe5a4b169e9b49fe5a4b16942 |
UHC | ?失i?失iB | 001111111110001111110111011010010011111111100011111101110110100101000010 | 3fe3f7693fe3f76942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)