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 | 娥嚥? | 1001101101001101100110101000101100111111 | 9b4d9a8b3f |
EUC-JP | 娥嚥? | 1101010110101110110100111110101100111111 | d5aed3eb3f |
UTF-8 | 娥嚥깱 | 111001011010100010100101111001011001101010100101111010101011100110110001 | e5a8a5e59aa5eab9b1 |
UHC | 娥嚥깱 | 111001001011000011100110101111111000001110011111 | e4b0e6bf839f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)