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 | 蠇竺鴫 | 11111011101000011000111010110001111100001100000010001110101100001111000010100100 | fba18eb1f0c08eb0f0a4 |
EUC-JP | ?竺?鴫? | 00111111101111001011001100111111101111001011001000111111 | 3fbcb33fbcb23f |
UTF-8 | 蠇竺鴫 | 111010001010000010000111111001111010101110111010111011101000000110111111111010011011010010101011111011101000000110100011 | e8a087e7abbaee81bfe9b4abee81a3 |
UHC | ?竺??? | 001111111111010111100111001111110011111100111111 | 3ff5e73f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)