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 | 莪球燧 | 111001001010111010001011100001011110000010011100 | e4ae8b85e09c |
EUC-JP | 莪球燧 | 111010001011000010110101111001011101111111111100 | e8b0b5e5dffc |
UTF-8 | 莪球燧 | 111010001000111010101010111001111001000010000011111001111000011110100111 | e88eaae79083e787a7 |
UHC | 莪球燧 | 111001001011010111001111101110011110001010101100 | e4b5cfb9e2ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)