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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ???日?^ | 00111111001111110011111110010011111110100011111101011110 | 3f3f3f93fa3f5e |
EUC-JP | ???日?^ | 00111111001111110011111111000110111111000011111101011110 | 3f3f3fc6fc3f5e |
UTF-8 | 얩뤁뻬日깼^ | 11101100100101101010100111101011101001001000000111101011101110111010110011100110100101111010010111101010101110011011110001011110 | ec96a9eba481ebbbace697a5eab9bc5e |
UHC | 얩뤁뻬日깼^ | 1011111011101101100011111011001010111011101111101110110011101101101100101010001101011110 | beed8fb2bbbeecedb2a35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)