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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 足蕎? | 1001000110101011100010111011110000111111 | 91ab8bbc3f |
EUC-JP | 足蕎? | 1100001010101101101101101011111000111111 | c2adb6be3f |
UTF-8 | 足蕎웹 | 111010001011011010110011111010001001010110001110111011001001101110111001 | e8b6b3e8958eec9bb9 |
UHC | 足蕎웹 | 111100001110101111001110111100001100000010100101 | f0ebcef0c0a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)