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 | 玉??玉? | 10001011110010100011111100111111100010111100101000111111 | 8bca3f3f8bca3f |
EUC-JP | 玉??玉? | 10110110110011000011111100111111101101101100110000111111 | b6cc3f3fb6cc3f |
UTF-8 | 玉앮꼇玉앭 | 111001111000111010001001111011001001010110101110111010101011110010000111111001111000111010001001111011001001010110101101 | e78e89ec95aeeabc87e78e89ec95ad |
UHC | 玉앮꼇玉앭 | 11101000101011001001110111100110101100101011101111101000101011001001110111100101 | e8ac9de6b2bbe8ac9de5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)