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 | 邵菩エッ | 111001111011100010010101111011001011010010101111 | e7b895ecb4af |
EUC-JP | 邵菩エッ | 1110111010111010110010101110111010001110101101001000111010101111 | eebacaee8eb48eaf |
UTF-8 | 邵菩エッ | 111010011000001010110101111010001000111110101001111011111011110110110100111011111011110110101111 | e982b5e88fa9efbdb4efbdaf |
UHC | 邵菩?? | 111000011101000011011100110011000011111100111111 | e1d0dccc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)