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 | åà×^ | 1110010110000001111000001101011101011110 | e581e0d75e |
SJIS-WIN | ???×^ | 001111110011111100111111100000010111111001011110 | 3f3f3f817e5e |
EUC-JP | å?à×^ | 10001111101010111010100100111111100011111010101110100010101000011101111101011110 | 8faba93f8faba2a1df5e |
UTF-8 | åà×^ | 110000111010010111000010100000011100001110100000110000111001011101011110 | c3a5c281c3a0c3975e |
UHC | ???×^ | 001111110011111100111111101000011011111101011110 | 3f3f3fa1bf5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)