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 | 邵菩「ォ | 111001111011100010010101111011001010001010101011 | e7b895eca2ab |
EUC-JP | 邵菩「ォ | 1110111010111010110010101110111010001110101000101000111010101011 | eebacaee8ea28eab |
UTF-8 | 邵菩「ォ | 111010011000001010110101111010001000111110101001111011111011110110100010111011111011110110101011 | e982b5e88fa9efbda2efbdab |
UHC | 邵菩?? | 111000011101000011011100110011000011111100111111 | e1d0dccc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)