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 | ûPÎäÑ | 1111101101010000110011101110010011010001 | fb50cee4d1 |
SJIS-WIN | ?P??? | 0011111101010000001111110011111100111111 | 3f503f3f3f |
EUC-JP | ûPÎäÑ | 10001111101010111110010101010000100011111010101011000010100011111010101110100011100011111010101011010000 | 8fabe5508faac28faba38faad0 |
UTF-8 | ûPÎäÑ | 110000111011101101010000110000111000111011000011101001001100001110010001 | c3bb50c38ec3a4c391 |
UHC | ?P??? | 0011111101010000001111110011111100111111 | 3f503f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)