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 | 寃??諄狡? | 100110111000001100111111001111111110011001111000111000001100001000111111 | 9b833f3fe678e0c23f |
EUC-JP | 寃??諄狡? | 110101011110001100111111001111111110101111011001111000001100010000111111 | d5e33f3febd9e0c43f |
UTF-8 | 寃고떴諄狡렫 | 111001011010111110000011111010101011001110100000111010111001011010110100111010001010101110000100111001111000101110100001111010111010000010101011 | e5af83eab3a0eb96b4e8ab84e78ba1eba0ab |
UHC | 寃고떴諄狡렫 | 111010101011001010110000111011011011011010111001111000101111010011001110111010101000111010111001 | eab2b0edb6b9e2f4ceea8eb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)