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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 磬磬[磬磬[^ | 1110000111111100111000011111110001011011111000011111110011100001111111000101101101011110 | e1fce1fc5be1fce1fc5b5e |
EUC-JP | 磬磬[磬磬[^ | 1110001011111110111000101111111001011011111000101111111011100010111111100101101101011110 | e2fee2fe5be2fee2fe5b5e |
UTF-8 | 磬磬[磬磬[^ | 111001111010001110101100111001111010001110101100010110111110011110100011101011001110011110100011101011000101101101011110 | e7a3ace7a3ac5be7a3ace7a3ac5b5e |
UHC | 磬磬[磬磬[^ | 1100110011100100110011001110010001011011110011001110010011001100111001000101101101011110 | cce4cce45bcce4cce45b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)