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 | 狃瑙甍 | 111000001011101111100000111011011110000101001111 | e0bbe0ede14f |
EUC-JP | 狃瑙甍 | 111000001011110111100000111011111110000110110000 | e0bde0efe1b0 |
UTF-8 | 狃瑙甍 | 111001111000101110000011111001111001000110011001111001111001010010001101 | e78b83e79199e7948d |
UHC | ?瑙? | 00111111110100101100010100111111 | 3fd2c53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)