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 | ?莖逗? | 001111111110010010110001100100001000000000111111 | 3fe4b190803f |
EUC-JP | ?莖逗? | 001111111110100010110011101111111110000000111111 | 3fe8b3bfe03f |
UTF-8 | 뤾莖逗킂 | 111010111010010010111110111010001000111010010110111010011000000010010111111011011000001010000010 | eba4bee88e96e98097ed8282 |
UHC | 뤾莖逗킂 | 1000111111101010110011001110110011010100111010001011010010001110 | 8feaccecd4e8b48e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)