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 | 褥??媛у? | 111001011111000100111111001111111001010101010001100001001000010100111111 | e5f13f3f955184853f |
EUC-JP | 褥??媛у? | 111010101111001100111111001111111100100110110010101001111110010100111111 | eaf33f3fc9b2a7e53f |
UTF-8 | 褥띕㈀媛у땔 | 1110100010100100101001011110101110011101100101011110001110001000100000001110010110101010100110111101000110000011111010111001010110010100 | e8a4a5eb9d95e38880e5aa9bd183eb9594 |
UHC | 褥띕㈀媛у땔 | 111010011011001110110110111010111010100110110001111010101011000010101100111001011011011010101010 | e9b3b6eba9b1eab0ace5b6aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)