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 | 霍」闍捺凄霍 | 1110100010110111101000111110100010001011100100111110011010010000101001101110100010110111 | e8b7a3e88b93e690a6e8b7 |
EUC-JP | 霍」闍捺凄霍 | 111100001011100110001110101000111110111111101011110001101110100011000000101010001111000010111001 | f0b98ea3efebc6e8c0a8f0b9 |
UTF-8 | 霍」闍捺凄霍 | 111010011001110010001101111011111011110110100011111010011001011110001101111001101000110110111010111001011000011110000100111010011001110010001101 | e99c8defbda3e9978de68dbae58784e99c8d |
UHC | ???捺凄? | 0011111100111111001111111101000111110100111101001010001000111111 | 3f3f3fd1f4f4a23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)