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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 霍」闍捺凄 | 111010001011011110100011111010001000101110010011111001101001000010100110 | e8b7a3e88b93e690a6 |
EUC-JP | 霍」闍捺凄 | 11110000101110011000111010100011111011111110101111000110111010001100000010101000 | f0b98ea3efebc6e8c0a8 |
UTF-8 | 霍」闍捺凄 | 111010011001110010001101111011111011110110100011111010011001011110001101111001101000110110111010111001011000011110000100 | e99c8defbda3e9978de68dbae58784 |
UHC | ???捺凄 | 00111111001111110011111111010001111101001111010010100010 | 3f3f3fd1f4f4a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)