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 | 症贇鳫ヌ | 100011111100011111100110110101001111000011001011111010011110110111000111 | 8fc7e6d4f0cbe9edc7 |
EUC-JP | 症贇?鳫ヌ | 101111101100100111101100110101100011111111110010111011111000111011000111 | bec9ecd63ff2ef8ec7 |
UTF-8 | 症贇鳫ヌ | 111001111001011110000111111010001011010010000111111011101000001010001010111010011011001110101011111011111011111010000111 | e79787e8b487ee828ae9b3abefbe87 |
UHC | 症贇??? | 11110001111110001110101111001011001111110011111100111111 | f1f8ebcb3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)