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 | 騾樣。疲椢 | 111010011000000010011110111010011010000110010100111001101001111010011010 | e9809ee9a194e69e9a |
EUC-JP | 騾樣。疲椢 | 11110001111000001101110011101011100011101010000111001000111010001101101111111010 | f1e0dceb8ea1c8e8dbfa |
UTF-8 | 騾樣。疲椢 | 111010011010100010111110111001101010100010100011111011111011110110100001111001111001011010110010111001101010010010100010 | e9a8bee6a8a3efbda1e796b2e6a4a2 |
UHC | ?樣?疲? | 00111111111001011100011000111111111110011010101000111111 | 3fe5c63ff9aa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)