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 | ?????~\ | 00111111001111110011111100111111001111110111111001011100 | 3f3f3f3f3f7e5c |
SJIS-WIN | 嶸ィ巐麗个~\ | 1111101010110100101010001111101010110110100101111110110110011000101000100111111001011100 | fab4a8fab697ed98a27e5c |
EUC-JP | 嶸ィ巐麗个~\ | 1000111110111011111101001000111010101000100011111011101111111001110011101110111111010000101001000111111001011100 | 8fbbf48ea88fbbf9ceefd0a47e5c |
UTF-8 | 嶸ィ巐麗个~\ | 1110010110110110101110001110111110111101101010001110010110110111100100001110100110111010100101111110010010111000101010100111111001011100 | e5b6b8efbda8e5b790e9ba97e4b8aa7e5c |
UHC | 嶸??麗?~\ | 111001111010111000111111001111111101010111110010001111110111111001011100 | e7ae3f3fd5f23f7e5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)