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 | 霈ロ湜シワ眈 | 111010001011110011011011111110110100011110111100110111001110000110111100 | e8bcdbfb47bcdce1bc |
EUC-JP | 霈ロ湜シワ眈 | 11110000101111101000111011011011100011111100011111111100100011101011110010001110110111001110001010111110 | f0be8edb8fc7fc8ebc8edce2be |
UTF-8 | 霈ロ湜シワ眈 | 111010011001110010001000111011111011111010011011111001101011100110011100111011111011110110111100111011111011111010011100111001111001110010001000 | e99c88efbe9be6b99cefbdbcefbe9ce79c88 |
UHC | ??湜??眈 | 0011111100111111111000111101011100111111001111111111011110101111 | 3f3fe3d73f3ff7af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)