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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 迸玖垈遯 | 1110011110011110100010111110100010011010101100001110011110101010 | e79e8be89ab0e7aa |
EUC-JP | 迸玖垈遯 | 1110110111111110101101101110101011010100101100101110111010101100 | edfeb6ead4b2eeac |
UTF-8 | 迸玖垈遯 | 111010001011111110111000111001111000111010010110111001011001111010001000111010011000000110101111 | e8bfb8e78e96e59e88e981af |
UHC | ?玖垈遯 | 00111111110011111011100011010011110111001101010011101110 | 3fcfb8d3dcd4ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)