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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蜥ウ蜿・ | 111001011001001010110011111001011000111110100101 | e592b3e58fa5 |
EUC-JP | 蜥ウ蜿・ | 1110100111110010100011101011001111101001111011111000111010100101 | e9f28eb3e9ef8ea5 |
UTF-8 | 蜥ウ蜿・ | 111010001001110010100101111011111011110110110011111010001001110010111111111011111011110110100101 | e89ca5efbdb3e89cbfefbda5 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)