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 | çúå½ | 111001111111101010000011111001011011110110001110 | e7fa83e5bd8e |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | çú?å?? | 100011111010101110101110100011111010101111100010001111111000111110101011101010010011111100111111 | 8fabae8fabe23f8faba93f3f |
UTF-8 | çúå½ | 110000111010011111000011101110101100001010000011110000111010010111000010101111011100001010001110 | c3a7c3bac283c3a5c2bdc28e |
UHC | ????½? | 00111111001111110011111100111111101010001111011000111111 | 3f3f3f3fa8f63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)