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 | åéÊ» | 100010001110010111101001110010101001000010111011 | 88e5e9ca90bb |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?åéÊ?? | 001111111000111110101011101010011000111110101011101100011000111110101010101101000011111100111111 | 3f8faba98fabb18faab43f3f |
UTF-8 | åéÊ» | 110000101000100011000011101001011100001110101001110000111000101011000010100100001100001010111011 | c288c3a5c3a9c38ac290c2bb |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)