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 | 鰲??? | 1110100111100000001111110011111100111111 | e9e03f3f3f |
EUC-JP | 鰲??? | 1111001011100010001111110011111100111111 | f2e23f3f3f |
UTF-8 | 鰲쑈뤛썼 | 111010011011000010110010111011001001000110001000111010111010010010011011111011001000110110111100 | e9b0b2ec9188eba49bec8dbc |
UHC | 鰲쑈뤛썼 | 1110100010100111101111101010010010001111110010101011110111101000 | e8a7bea48fcabde8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)