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 | ???e^ | 0011111100111111001111110110010101011110 | 3f3f3f655e |
SJIS-WIN | 場ロ籀e^ | 10001111111010101101101111100010110110000110010101011110 | 8feadbe2d8655e |
EUC-JP | 場ロ籀e^ | 1011111011101100100011101101101111100100110110100110010101011110 | beec8edbe4da655e |
UTF-8 | 場ロ籀e^ | 1110010110100000101101001110111110111110100110111110011110110001100000000110010101011110 | e5a0b4efbe9be7b180655e |
UHC | 場??e^ | 111011011101111000111111001111110110010101011110 | edde3f3f655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)