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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 驕ス譎∫エォ | 111010011000000110111101111001101001100110000001111001111011010010101011 | e981bde69981e7b4ab |
EUC-JP | 驕ス譎∫エォ | 111100011110000110001110101111011110101111111001101000101110100110001110101101001000111010101011 | f1e18ebdebf9a2e98eb48eab |
UTF-8 | 驕ス譎∫エォ | 111010011010100110010101111011111011110110111101111010001010110110001110111000101000100010101011111011111011110110110100111011111011110110101011 | e9a995efbdbde8ad8ee288abefbdb4efbdab |
UHC | 驕?譎∫?? | 110011101111011000111111111111011101001010100001111100100011111100111111 | cef63ffdd2a1f23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)