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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 襞晄侮 | 111001011111110010011101111001101001010110001110 | e5fc9de6958e |
EUC-JP | 襞晄侮 | 111010101111111011011010111010001100100111101110 | eafedae8c9ee |
UTF-8 | 襞晄侮 | 111010001010010110011110111001101001100110000100111001001011111010101110 | e8a59ee69984e4beae |
UHC | ?晄侮 | 0011111111111100110011011101100110110010 | 3ffccdd9b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)