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 | 1110000011110110111000001110111001101001111000001111011011100000111011100110100101000010 | e0f6e0ee69e0f6e0ee6942 |
EUC-JP | 璋瑁i璋瑁iB | 1110000011111000111000001111000001101001111000001111100011100000111100000110100101000010 | e0f8e0f069e0f8e0f06942 |
UTF-8 | 璋瑁i璋瑁iB | 111001111001001010001011111001111001000110000001011010011110011110010010100010111110011110010001100000010110100101000010 | e7928be7918169e7928be791816942 |
UHC | 璋瑁i璋瑁iB | 1110110111110000110110011100000101101001111011011111000011011001110000010110100101000010 | edf0d9c169edf0d9c16942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)