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 | äýå | 111001001111110110001110111001011001101110011010 | e4fd8ee59b9a |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | äý?å?? | 100011111010101110100011100011111010101111110010001111111000111110101011101010010011111100111111 | 8faba38fabf23f8faba93f3f |
UTF-8 | äýå | 110000111010010011000011101111011100001010001110110000111010010111000010100110111100001010011010 | c3a4c3bdc28ec3a5c29bc29a |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)