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 | 奪辰竪湛 | 1001001001000100100100100100001110010010010001111001001001011000 | 9244924392479258 |
EUC-JP | 奪辰竪湛 | 1100001110100101110000111010010011000011101010001100001110111001 | c3a5c3a4c3a8c3b9 |
UTF-8 | 奪辰竪湛 | 111001011010010110101010111010001011111010110000111001111010101110101010111001101011100110011011 | e5a5aae8beb0e7abaae6b99b |
UHC | 奪辰竪湛 | 1111011110101100111100101110001111100010101101011101001111000000 | f7acf2e3e2b5d3c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)