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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | ??循] | 0011111100111111100011110111101001011101 | 3f3f8f7a5d |
EUC-JP | ??循] | 0011111100111111101111011101101101011101 | 3f3fbddb5d |
UTF-8 | 롇렟循] | 11101011101000011000011111101011101000001001111111100101101111101010101001011101 | eba187eba09fe5beaa5d |
UHC | 롇렟循] | 10001110110011011000111010110000111000101110000001011101 | 8ecd8eb0e2e05d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)