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 | 沃?愍瓦 | 10010111100000000011111110011100101111001000101010100010 | 97803f9cbc8aa2 |
EUC-JP | 沃?愍瓦 | 11001101111000000011111111011000101111101011010010100100 | cde03fd8beb4a4 |
UTF-8 | 沃뤄愍瓦 | 111001101011001010000011111010111010010010000100111001101000010010001101111001111001001110100110 | e6b283eba484e6848de793a6 |
UHC | 沃뤄愍瓦 | 1110100010101010101101111110111111011010110000001110100010111111 | e8aab7efdac0e8bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)