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 | 岳??新 | 100010100111100000111111001111111001000001010110 | 8a783f3f9056 |
EUC-JP | 岳??新 | 101100111101100100111111001111111011111110110111 | b3d93f3fbfb7 |
UTF-8 | 岳빚쪛新 | 111001011011001010110011111010111011100110011010111011001010101010011011111001101001011010110000 | e5b2b3ebb99aecaa9be696b0 |
UHC | 岳빚쪛新 | 1110010010111111101110101111101010100101100101001110001111100110 | e4bfbafaa594e3e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)