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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 闢蛾ー色 | 11101000100100111000100111101001101100001001000001000110 | e89389e9b09046 |
EUC-JP | 闢蛾ー色 | 1110111111110011101100101110101110001110101100001011111110100111 | eff3b2eb8eb0bfa7 |
UTF-8 | 闢蛾ー色 | 111010011001011110100010111010001001101110111110111011111011110110110000111010001000100110110010 | e997a2e89bbeefbdb0e889b2 |
UHC | 闢蛾?色 | 11011100101000111110010010110110001111111101111111100100 | dca3e4b63fdfe4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)