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 | 逧ー霑ッ | 111001111001101010110000111010001011111110101111 | e79ab0e8bfaf |
EUC-JP | 逧ー霑ッ | 1110110111111010100011101011000011110000110000011000111010101111 | edfa8eb0f0c18eaf |
UTF-8 | 逧ー霑ッ | 111010011000000010100111111011111011110110110000111010011001110010010001111011111011110110101111 | e980a7efbdb0e99c91efbdaf |
UHC | ??霑? | 0011111100111111111011111100010100111111 | 3f3fefc53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)