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 | 薪??實 | 100100000110010000111111001111111001101110001001 | 90643f3f9b89 |
EUC-JP | 薪??實 | 101111111100010100111111001111111101010111101001 | bfc53f3fd5e9 |
UTF-8 | 薪릯뢇實 | 111010001001011010101010111010111010011010101111111010111010001010000111111001011010111110100110 | e896aaeba6afeba287e5afa6 |
UHC | 薪릯뢇實 | 1110001111101111100100001000111110001111010000111110001111111001 | e3ef908f8f43e3f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)