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 | 狃瑙猩 | 111000001011101111100000111011011110000011001101 | e0bbe0ede0cd |
EUC-JP | 狃瑙猩 | 111000001011110111100000111011111110000011001111 | e0bde0efe0cf |
UTF-8 | 狃瑙猩 | 111001111000101110000011111001111001000110011001111001111000110010101001 | e78b83e79199e78ca9 |
UHC | ?瑙猩 | 0011111111010010110001011110000011111010 | 3fd2c5e0fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)