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{^ | 1000111101111100001111110100111001111101100011110111110000111111010011100111101101011110 | 8f7c3f4e7d8f7c3f4e7b5e |
EUC-JP | 楯?N}楯?N{^ | 1011110111011101001111110100111001111101101111011101110100111111010011100111101101011110 | bddd3f4e7dbddd3f4e7b5e |
UTF-8 | 楯조N}楯조N{^ | 1110011010100101101011111110110010100001101100000100111001111101111001101010010110101111111011001010000110110000010011100111101101011110 | e6a5afeca1b04e7de6a5afeca1b04e7b5e |
UHC | 楯조N}楯조N{^ | 11100010111001001100000110110110010011100111110111100010111001001100000110110110010011100111101101011110 | e2e4c1b64e7de2e4c1b64e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)