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 | ?{N}?{N{^ | 001111110111101101001110011111010011111101111011010011100111101101011110 | 3f7b4e7d3f7b4e7b5e |
SJIS-WIN | 囚{N}囚{N{^ | 1000111011111010011110110100111001111101100011101111101001111011010011100111101101011110 | 8efa7b4e7d8efa7b4e7b5e |
EUC-JP | 囚{N}囚{N{^ | 1011110011111100011110110100111001111101101111001111110001111011010011100111101101011110 | bcfc7b4e7dbcfc7b4e7b5e |
UTF-8 | 囚{N}囚{N{^ | 11100101100110111001101001111011010011100111110111100101100110111001101001111011010011100111101101011110 | e59b9a7b4e7de59b9a7b4e7b5e |
UHC | 囚{N}囚{N{^ | 1110000111110110011110110100111001111101111000011111011001111011010011100111101101011110 | e1f67b4e7de1f67b4e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)