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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 褥??有? | 11100101111100010011111100111111100101110100110000111111 | e5f13f3f974c3f |
EUC-JP | 褥??有? | 11101010111100110011111100111111110011011010110100111111 | eaf33f3fcdad3f |
UTF-8 | 褥띔쑈有췇 | 111010001010010010100101111010111001110110010100111011001001000110001000111001101001110010001001111011001011011110000111 | e8a4a5eb9d94ec9188e69c89ecb787 |
UHC | 褥띔쑈有췇 | 11101001101100111011011011101010101111101010010011101010111100111010111001000010 | e9b3b6eabea4eaf3ae42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)