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 | 窈ユ?? | 111000100111011110000011100001100011111100111111 | e27783863f3f |
EUC-JP | 窈ユ?? | 111000111101100010100101111001100011111100111111 | e3d8a5e63f3f |
UTF-8 | 窈ユ쫲銳 | 111001111010101010001000111000111000001110100110111011001010101110110010111010011000101010110011 | e7aa88e383a6ecabb2e98ab3 |
UHC | 窈ユ쫲銳 | 1110100110100001101010111110011010100110100010101110011111100101 | e9a1abe6a68ae7e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)