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 | çóæ»å÷ | 1110011111110011100110001110011010111011100100011110010111110111 | e7f398e6bb91e5f7 |
SJIS-WIN | ???????÷ | 001111110011111100111111001111110011111100111111001111111000000110000000 | 3f3f3f3f3f3f3f8180 |
EUC-JP | çó?æ??å÷ | 1000111110101011101011101000111110101011110100010011111110001111101010011100000100111111001111111000111110101011101010011010000111100000 | 8fabae8fabd13f8fa9c13f3f8faba9a1e0 |
UTF-8 | çóæ»å÷ | 11000011101001111100001110110011110000101001100011000011101001101100001010111011110000101001000111000011101001011100001110110111 | c3a7c3b3c298c3a6c2bbc291c3a5c3b7 |
UHC | ???æ???÷ | 00111111001111110011111110101001101000010011111100111111001111111010000111000000 | 3f3f3fa9a13f3f3fa1c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)