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 | 海?皓經 | 10001010010000110011111111100001101010011110001101010011 | 8a433fe1a9e353 |
EUC-JP | 海?皓經 | 10110011101001000011111111100010101010111110010110110100 | b3a43fe2abe5b4 |
UTF-8 | 海렡皓經 | 111001101011010110110111111010111010000010100001111001111001101010010011111001111011011010010011 | e6b5b7eba0a1e79a93e7b693 |
UHC | 海렡皓經 | 1111101010101101100011101011001011111011110100111100110011101000 | faad8eb2fbd3cce8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)