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 | 褥??俑?? | 1110010111110001001111110011111110011000110110100011111100111111 | e5f13f3f98da3f3f |
EUC-JP | 褥??俑?? | 1110101011110011001111110011111111010000110111000011111100111111 | eaf33f3fd0dc3f3f |
UTF-8 | 褥㎩윿俑곮춼 | 111010001010010010100101111000111000111010101001111011001001110010111111111001001011111110010001111010101011001110101110111011001011011010111100 | e8a4a5e38ea9ec9cbfe4bf91eab3aeecb6bc |
UHC | 褥㎩윿俑곮춼 | 111010011011001110100111111001011001111110110111111010011011010110000001111010001010110110011000 | e9b3a7e59fb7e9b581e8ad98 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)