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 | 雎シ螟・郢 | 1110100010110001101111001110010110100100101001011110011110111001 | e8b1bce5a4a5e7b9 |
EUC-JP | 雎シ螟・郢 | 11110000101100111000111010111100111010101010011010001110101001011110111010111011 | f0b38ebceaa68ea5eebb |
UTF-8 | 雎シ螟・郢 | 111010011001101110001110111011111011110110111100111010001001111010011111111011111011110110100101111010011000001110100010 | e99b8eefbdbce89e9fefbda5e983a2 |
UHC | 雎?螟?? | 11101110110100010011111111011001101011010011111100111111 | eed13fd9ad3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)