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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 疋?滸? | 100101010100010000111111100111111111010100111111 | 95443f9ff53f |
EUC-JP | 疋?滸? | 110010011010010100111111110111101111011100111111 | c9a53fdef73f |
UTF-8 | 疋렏滸렢 | 111001111001011010001011111010111010000010001111111001101011101110111000111010111010000010100010 | e7968beba08fe6bbb8eba0a2 |
UHC | 疋렏滸렢 | 1111100110110101100011101010010111111011110010101000111010110011 | f9b58ea5fbca8eb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)