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 | 咫哺韲盖 | 1001101001000000100110100100110111101000111011001110000110110011 | 9a409a4de8ece1b3 |
EUC-JP | 咫哺韲盖 | 1101001110100001110100111010111011110000111011101110001010110101 | d3a1d3aef0eee2b5 |
UTF-8 | 咫哺韲盖 | 111001011001001010101011111001011001001110111010111010011001111110110010111001111001101110010110 | e592abe593bae99fb2e79b96 |
UHC | 咫哺?盖 | 11110010101000011111100011010100001111111100101111001100 | f2a1f8d43fcbcc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)