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 | ????健ケ | 0011111100111111001111110011111110001100100100101000001101010000 | 3f3f3f3f8c928350 |
EUC-JP | ????健ケ | 0011111100111111001111110011111110110111111100101010010110110001 | 3f3f3f3fb7f2a5b1 |
UTF-8 | 룵킃㈐룴健ケ | 111010111010001110110101111011011000001010000011111000111000100010010000111010111010001110110100111001011000000110100101111000111000001010110001 | eba3b5ed8283e38890eba3b4e581a5e382b1 |
UHC | 룵킃㈐룴健ケ | 100011111010101010110100100011111010100111000001100011111010100111001011111011011010101110110001 | 8faab48fa9c18fa9cbedabb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)