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 | ??o | 001111110011111101101111 | 3f3f6f |
SJIS-WIN | ?癸o | 00111111111000011010000101101111 | 3fe1a16f |
EUC-JP | ?癸o | 00111111111000101010001101101111 | 3fe2a36f |
UTF-8 | 렺癸o | 11101011101000001011101011100111100110011011100001101111 | eba0bae799b86f |
UHC | 렺癸o | 1000111011000010110011011010010001101111 | 8ec2cda46f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)