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 | 騾カ讓」蜍 | 1110100110000000101101101110011010101000101000111110010110001011 | e980b6e6a8a3e58b |
EUC-JP | 騾カ讓」蜍 | 11110001111000001000111010110110111011001010101010001110101000111110100111101011 | f1e08eb6ecaa8ea3e9eb |
UTF-8 | 騾カ讓」蜍 | 111010011010100010111110111011111011110110110110111010001010111010010011111011111011110110100011111010001001110010001101 | e9a8beefbdb6e8ae93efbda3e89c8d |
UHC | ??讓?? | 001111110011111111100101110100110011111100111111 | 3f3fe5d33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)