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 | 址?い?雕? | 100110101010110000111111100000101010001000111111111010001011100000111111 | 9aac3f82a23fe8b83f |
EUC-JP | 址?い?雕? | 110101001010111000111111101001001010010000111111111100001011101000111111 | d4ae3fa4a43ff0ba3f |
UTF-8 | 址빚い렦雕븃 | 111001011001110110000000111010111011100110011010111000111000000110000100111010111010000010100110111010011001101110010101111010111011100010000011 | e59d80ebb99ae38184eba0a6e99b95ebb883 |
UHC | 址빚い렦雕븃 | 111100101010001110111010111110101010101010100100100011101011010111110000111001111011101011101000 | f2a3bafaaaa48eb5f0e7bae8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)