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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??循??循^ | 001111110011111110001111011110100011111100111111100011110111101001011110 | 3f3f8f7a3f3f8f7a5e |
EUC-JP | ??循??循^ | 001111110011111110111101110110110011111100111111101111011101101101011110 | 3f3fbddb3f3fbddb5e |
UTF-8 | 롍렊循롍렊循^ | 11101011101000011000110111101011101000001000101011100101101111101010101011101011101000011000110111101011101000001000101011100101101111101010101001011110 | eba18deba08ae5beaaeba18deba08ae5beaa5e |
UHC | 롍렊循롍렊循^ | 10001110110100111000111010100001111000101110000010001110110100111000111010100001111000101110000001011110 | 8ed38ea1e2e08ed38ea1e2e05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)