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 | 繩?? | 11100011100010100011111100111111 | e38a3f3f |
EUC-JP | 繩?? | 11100101111010100011111100111111 | e5ea3f3f |
UTF-8 | 繩굦뢒 | 111001111011100110101001111010101011010110100110111010111010001010010010 | e7b9a9eab5a6eba292 |
UHC | 繩굦뢒 | 111000111011000110000010100011001000111101001101 | e3b1828c8f4d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)