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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 錥而 | 11111011110101111000111010100111 | fbd78ea7 |
EUC-JP | 錥而 | 1000111111100100111000001011110010101001 | 8fe4e0bca9 |
UTF-8 | 錥而 | 111010011000110010100101111010001000000010001100 | e98ca5e8808c |
UHC | ?而 | 001111111110110010111011 | 3fecbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)