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 | 笳 | 110000111010011111000010101011001100001010110011 | c3a7c2acc2b3 |
SJIS-WIN | ?§?¬?? | 0011111110000001100110000011111110000001110010100011111100111111 | 3f81983f81ca3f3f |
EUC-JP | � | 1000111110101010101010101010000111111000100011111010101010100100101000101100110010001111101010101010010000111111 | 8faaaaa1f88faaa4a2cc8faaa43f |
UTF-8 | 笳 | 110000111000001111000010101001111100001110000010110000101010110011000011100000101100001010110011 | c383c2a7c382c2acc382c2b3 |
UHC | ?§???³ | 0011111110100001110101110011111100111111001111111010100111111000 | 3fa1d73f3f3fa9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)