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 | åݤ» | 111001011101110110011101101001001001100010111011 | e5dd9da498bb |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | åÝ?¤?? | 100011111010101110101001100011111010101011110010001111111000111110100010111100000011111100111111 | 8faba98faaf23f8fa2f03f3f |
UTF-8 | åݤ» | 110000111010010111000011100111011100001010011101110000101010010011000010100110001100001010111011 | c3a5c39dc29dc2a4c298c2bb |
UHC | ???¤?? | 00111111001111110011111110100010101101000011111100111111 | 3f3f3fa2b43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)