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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鄙疲懇陦唯 | 11100111101111111001010011100110100011011010011111101000101000011001011101000010 | e7bf94e68da7e8a19742 |
EUC-JP | 鄙疲懇陦唯 | 11101110110000011100100011101000101110101010100111110000101000111100110110100011 | eec1c8e8baa9f0a3cda3 |
UTF-8 | 鄙疲懇陦唯 | 111010011000010010011001111001111001011010110010111001101000011110000111111010011001100110100110111001011001010010101111 | e98499e796b2e68787e999a6e594af |
UHC | 鄙疲懇?唯 | 110111101010100111111001101010101100101011010000001111111110101011100110 | dea9f9aacad03feae6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)