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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 莠仙アッ | 111001001011101010010000111001011011000110101111 | e4ba90e5b1af |
EUC-JP | 莠仙アッ | 1110100010111100110000001110011110001110101100011000111010101111 | e8bcc0e78eb18eaf |
UTF-8 | 莠仙アッ | 111010001000111010100000111001001011101110011001111011111011110110110001111011111011110110101111 | e88ea0e4bb99efbdb1efbdaf |
UHC | ?仙?? | 0011111111100000101110010011111100111111 | 3fe0b93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)