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 | 薪??愼 | 100100000110010000111111001111111001110011000100 | 90643f3f9cc4 |
EUC-JP | 薪??愼 | 101111111100010100111111001111111101100011000110 | bfc53f3fd8c6 |
UTF-8 | 薪듼뜠愼 | 111010001001011010101010111010111001001110111100111010111001110010100000111001101000010010111100 | e896aaeb93bceb9ca0e684bc |
UHC | 薪듼뜠愼 | 1110001111101111100010101110001010001101101000111110001111100101 | e3ef8ae28da3e3e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)