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 | 1000111101100110100011110101001101101001100011110110011010001111010100110110100101000010 | 8f668f53698f668f536942 |
EUC-JP | 叔輯i叔輯iB | 1011110111000111101111011011010001101001101111011100011110111101101101000110100101000010 | bdc7bdb469bdc7bdb46942 |
UTF-8 | 叔輯i叔輯iB | 111001011000111110010100111010001011110010101111011010011110010110001111100101001110100010111100101011110110100101000010 | e58f94e8bcaf69e58f94e8bcaf6942 |
UHC | 叔輯i叔輯iB | 1110001011010010111100101111111001101001111000101101001011110010111111100110100101000010 | e2d2f2fe69e2d2f2fe6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)