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 | 紗篠蒔 | 100011101101000110001110110000101000111010101010 | 8ed18ec28eaa |
EUC-JP | 紗篠蒔 | 101111001101001110111100110001001011110010101100 | bcd3bcc4bcac |
UTF-8 | 紗篠蒔 | 111001111011010010010111111001111010111110100000111010001001001010010100 | e7b497e7afa0e89294 |
UHC | 紗篠蒔 | 110111101110100111100001110001101110001111001000 | dee9e1c6e3c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)