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{^ | 001111110011111101001110011111010011111100111111010011100111101101011110 | 3f3f4e7d3f3f4e7b5e |
SJIS-WIN | 槽?N}槽?N{^ | 1001000110000101001111110100111001111101100100011000010100111111010011100111101101011110 | 91853f4e7d91853f4e7b5e |
EUC-JP | 槽?N}槽?N{^ | 1100000111100101001111110100111001111101110000011110010100111111010011100111101101011110 | c1e53f4e7dc1e53f4e7b5e |
UTF-8 | 槽蟬N}槽蟬N{^ | 1110011010100111101111011110100010011111101011000100111001111101111001101010011110111101111010001001111110101100010011100111101101011110 | e6a7bde89fac4e7de6a7bde89fac4e7b5e |
UHC | 槽蟬N}槽蟬N{^ | 11110000110010111110000011010001010011100111110111110000110010111110000011010001010011100111101101011110 | f0cbe0d14e7df0cbe0d14e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)