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 | 宍鉧汐 | 1111000010110100100011101011001111111011110010111000111010101100 | f0b48eb3fbcb8eac |
EUC-JP | ?宍鉧汐 | 0011111110111100101101011000111111100011111010011011110010101110 | 3fbcb58fe3e9bcae |
UTF-8 | 宍鉧汐 | 111011101000000110110011111001011010111010001101111010011000100110100111111001101011000110010000 | ee81b3e5ae8de989a7e6b190 |
UHC | ???汐 | 0011111100111111001111111110000010110001 | 3f3f3fe0b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)