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 | ˹ý³À | 100011111100101110111001111111011011001111000000 | 8fcbb9fdb3c0 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?Ë?ý?À | 001111111000111110101010101100110011111110001111101010111111001000111111100011111010101010100010 | 3f8faab33f8fabf23f8faaa2 |
UTF-8 | ˹ý³À | 110000101000111111000011100010111100001010111001110000111011110111000010101100111100001110000000 | c28fc38bc2b9c3bdc2b3c380 |
UHC | ??¹?³? | 0011111100111111101010011111011000111111101010011111100000111111 | 3f3fa9f63fa9f83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)