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 | ??魚?〓雍 | 001111110011111110001011100110110011111110000001101011001110100010110100 | 3f3f8b9b3f81ace8b4 |
EUC-JP | 澐?魚?〓雍 | 1000111111001000111010010011111110110101111110110011111110100010101011101111000010110110 | 8fc8e93fb5fb3fa2aef0b6 |
UTF-8 | 澐렏魚편〓雍 | 111001101011111010010000111010111010000010001111111010011010110110011010111011011000111010111000111000111000000010010011111010011001101110001101 | e6be90eba08fe9ad9aed8eb8e38093e99b8d |
UHC | 澐렏魚편〓雍 | 111010011111101010001110101001011110010111100000110001101110110110100001111010111110100010111100 | e9fa8ea5e5e0c6eda1ebe8bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)