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 | ??????E | 00111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f45 |
SJIS-WIN | 妻??妻??E | 100011011100100000111111001111111000110111001000001111110011111101000101 | 8dc83f3f8dc83f3f45 |
EUC-JP | 妻??妻??E | 101110101100101000111111001111111011101011001010001111110011111101000101 | baca3f3fbaca3f3f45 |
UTF-8 | 妻렏렭妻렏렻E | 11100101101001101011101111101011101000001000111111101011101000001010110111100101101001101011101111101011101000001000111111101011101000001011101101000101 | e5a6bbeba08feba0ade5a6bbeba08feba0bb45 |
UHC | 妻렏렭妻렏렻E | 11110100101000111000111010100101100011101011101011110100101000111000111010100101100011101100001101000101 | f4a38ea58ebaf4a38ea58ec345 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)