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 | ³½}³½{^ | 1000100110110011100111111011110101111101100010011011001110011111101111010111101101011110 | 89b39fbd7d89b39fbd7b5e |
SJIS-WIN | ????}????{^ | 0011111100111111001111110011111101111101001111110011111100111111001111110111101101011110 | 3f3f3f3f7d3f3f3f3f7b5e |
EUC-JP | ????}????{^ | 0011111100111111001111110011111101111101001111110011111100111111001111110111101101011110 | 3f3f3f3f7d3f3f3f3f7b5e |
UTF-8 | ³½}³½{^ | 11000010100010011100001010110011110000101001111111000010101111010111110111000010100010011100001010110011110000101001111111000010101111010111101101011110 | c289c2b3c29fc2bd7dc289c2b3c29fc2bd7b5e |
UHC | ?³?½}?³?½{^ | 001111111010100111111000001111111010100011110110011111010011111110101001111110000011111110101000111101100111101101011110 | 3fa9f83fa8f67d3fa9f83fa8f67b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)