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 | 傲③?奄 | 10011000111111001000011101000010001111111000100110000010 | 98fc87423f8982 |
EUC-JP | 傲??奄 | 110100001111111000111111001111111011000111100010 | d0fe3f3fb1e2 |
UTF-8 | 傲③렉奄 | 111001011000001010110010111000101001000110100010111010111010000010001001111001011010010110000100 | e582b2e291a2eba089e5a584 |
UHC | 傲③렉奄 | 1110011111101100101010001110100110110111101110101110010111110010 | e7eca8e9b7bae5f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)