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 | åä½ | 111001011010110110011100111001001011110110001110 | e5ad9ce4bd8e |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | å??ä?? | 10001111101010111010100100111111001111111000111110101011101000110011111100111111 | 8faba93f3f8faba33f3f |
UTF-8 | åä½ | 110000111010010111000010101011011100001010011100110000111010010011000010101111011100001010001110 | c3a5c2adc29cc3a4c2bdc28e |
UHC | ???½? | 0011111110100001101010010011111100111111101010001111011000111111 | 3fa1a93f3fa8f63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)