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 | ÓÑ[ÓÑ[^ | 11010011110100010101101111010011110100010101101101011110 | d3d15bd3d15b5e |
SJIS-WIN | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
EUC-JP | ÓÑ[ÓÑ[^ | 100011111010101011010001100011111010101011010000010110111000111110101010110100011000111110101010110100000101101101011110 | 8faad18faad05b8faad18faad05b5e |
UTF-8 | ÓÑ[ÓÑ[^ | 1100001110010011110000111001000101011011110000111001001111000011100100010101101101011110 | c393c3915bc393c3915b5e |
UHC | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)