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 | ûɯ@ | 1111101111001001100011101010111101000000 | fbc98eaf40 |
SJIS-WIN | ????@ | 0011111100111111001111110011111101000000 | 3f3f3f3f40 |
EUC-JP | ûÉ?¯@ | 1000111110101011111001011000111110101010101100010011111110001111101000101011010001000000 | 8fabe58faab13f8fa2b440 |
UTF-8 | ûɯ@ | 110000111011101111000011100010011100001010001110110000101010111101000000 | c3bbc389c28ec2af40 |
UHC | ????@ | 0011111100111111001111110011111101000000 | 3f3f3f3f40 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)