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 | ???燼脅^ | 0011111100111111001111111110000010011110100010111011101001011110 | 3f3f3fe09e8bba5e |
EUC-JP | ???燼脅^ | 0011111100111111001111111101111111111110101101101011110001011110 | 3f3f3fdffeb6bc5e |
UTF-8 | 잣燎슽燼脅^ | 11101100100111101010001111101111101001111000000011101100100010101011110111100111100001111011110011101000100001001000010101011110 | ec9ea3efa780ec8abde787bce884855e |
UHC | 잣燎슽燼脅^ | 1100000011100011111010001111101110011010110000001110001111101000111110101111011001011110 | c0e3e8fb9ac0e3e8faf65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)