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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 形他損 | 100011000110000010010001101111001001000110111001 | 8c6091bc91b9 |
EUC-JP | 形他損 | 101101111100000111000010101111101100001010111011 | b7c1c2bec2bb |
UTF-8 | 形他損 | 111001011011110110100010111001001011101110010110111001101001000010001101 | e5bda2e4bb96e6908d |
UHC | 形他損 | 111110111010000111110110111000101110000111011111 | fba1f6e2e1df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)