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 | 餓??姙 | 100010011110110000111111001111111001101101001011 | 89ec3f3f9b4b |
EUC-JP | 餓??姙 | 101100101110111000111111001111111101010110101100 | b2ee3f3fd5ac |
UTF-8 | 餓뀁췁姙 | 111010011010010010010011111010111000000010000001111011001011011110000001111001011010011110011001 | e9a493eb8081ecb781e5a799 |
UHC | 餓뀁췁姙 | 1110010010111011101100101110110010101101100111011110110011110101 | e4bbb2ecad9decf5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)