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 | 褥띕끆有캛 | 111010001010010010100101111010111001110110010101111010111000000110000110111001101001110010001001111011001011101010011011 | e8a4a5eb9d95eb8186e69c89ecba9b |
UHC | 褥띕끆有캛 | 11101001101100111011011011101011100001011011101011101010111100111011000001000010 | e9b3b6eb85baeaf3b042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)