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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ??ぴ??け | 0011111100111111100000101101001000111111001111111000001010101111 | 3f3f82d23f3f82af |
EUC-JP | ??ぴ??け | 0011111100111111101001001101010000111111001111111010010010110001 | 3f3fa4d43f3fa4b1 |
UTF-8 | 룶즽ぴ룴횕け | 111010111010001110110110111011001010011010111101111000111000000110110100111010111010001110110100111011011001101010010101111000111000000110010001 | eba3b6eca6bde381b4eba3b4ed9a95e38191 |
UHC | 룶즽ぴ룴횕け | 100011111010101110100011100011111010101011010100100011111010100111000011100011111010101010110001 | 8faba38faad48fa9c38faab1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)