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 | 轣先刮譏 | 1110011110000001100100001110011010011001100010011110011010011000 | e78190e69989e698 |
EUC-JP | 轣先刮譏 | 1110110111100001110000001110100011010001111010011110101111111000 | ede1c0e8d1e9ebf8 |
UTF-8 | 轣先刮譏 | 111010001011110110100011111001011000010110001000111001011000100010101110111010001010110110001111 | e8bda3e58588e588aee8ad8f |
UHC | ?先刮譏 | 00111111111000001011101111001110101111101101000111000001 | 3fe0bbcebed1c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)