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 | 1110001011001110100011101011100001101001111000101100111010001110101110000110100101000010 | e2ce8eb869e2ce8eb86942 |
EUC-JP | 簧失i簧失iB | 1110010011010000101111001011101001101001111001001101000010111100101110100110100101000010 | e4d0bcba69e4d0bcba6942 |
UTF-8 | 簧失i簧失iB | 111001111011000010100111111001011010010010110001011010011110011110110000101001111110010110100100101100010110100101000010 | e7b0a7e5a4b169e7b0a7e5a4b16942 |
UHC | 簧失i簧失iB | 1111110011010111111000111111011101101001111111001101011111100011111101110110100101000010 | fcd7e3f769fcd7e3f76942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)