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 | ??T? | 00111111001111110101010000111111 | 3f3f543f |
SJIS-WIN | 蔗クT魍 | 111001001111001010111000010101001110100110110001 | e4f2b854e9b1 |
EUC-JP | 蔗クT魍 | 11101000111101001000111010111000010101001111001010110011 | e8f48eb854f2b3 |
UTF-8 | 蔗クT魍 | 11101000100101001001011111101111101111011011100001010100111010011010110110001101 | e89497efbdb854e9ad8d |
UHC | 蔗?T? | 1110110110111101001111110101010000111111 | edbd3f543f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)