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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 弴フ鰊蓴霾 | 111110101011100011001100111010011101011111100100111100011110100011001000 | fab8cce9d7e4f1e8c8 |
EUC-JP | 弴フ鰊蓴霾 | 1000111110111100111011011000111011001100111100101101100111101000111100111111000011001010 | 8fbced8eccf2d9e8f3f0ca |
UTF-8 | 弴フ鰊蓴霾 | 111001011011110010110100111011111011111010001100111010011011000010001010111010001001001110110100111010011001110010111110 | e5bcb4efbe8ce9b08ae893b4e99cbe |
UHC | ???蓴? | 001111110011111100111111111000101111000100111111 | 3f3f3fe2f13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)