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 | 要??揖?∀ | 100101110111011000111111001111111001011101001011001111111000000111001101 | 97763f3f974b3f81cd |
EUC-JP | 要??揖?∀ | 110011011101011100111111001111111100110110101100001111111010001011001111 | cdd73f3fcdac3fa2cf |
UTF-8 | 要쏅끂揖좂∀ | 111010001010011010000001111011001000111110000101111010111000000110000010111001101000111110010110111011001010001010000010111000101000100010000000 | e8a681ec8f85eb8182e68f96eca282e28880 |
UHC | 要쏅끂揖좂∀ | 111010011010100110011011111010111000010110111000111010111110011110100000111001111010001010100011 | e9a99beb85b8ebe7a0e7a2a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)