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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 佇????? | 10011000110010000011111100111111001111110011111100111111 | 98c83f3f3f3f3f |
EUC-JP | 佇????? | 11010000110010100011111100111111001111110011111100111111 | d0ca3f3f3f3f3f |
UTF-8 | 佇ㅺ렎잭렮렱 | 111001001011110110000111111000111000010110111010111010111010000010001110111011001001111010101101111010111010000010101110111010111010000010110001 | e4bd87e385baeba08eec9eadeba0aeeba0b1 |
UHC | 佇ㅺ렎잭렮렱 | 111011101011011110100100111010101000111010100100110000001110100010001110101110111000111010111110 | eeb7a4ea8ea4c0e88ebb8ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)