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 | ???????^ | 0011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f5e |
SJIS-WIN | ???????^ | 0011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f5e |
EUC-JP | ???????^ | 0011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f5e |
UTF-8 | 찾쩍혖혢혙짝챈^ | 11101100101100001011111011101100101010011000110111101101100110001001011011101101100110001010001011101101100110001001100111101100101001111001110111101100101100011000100001011110 | ecb0beeca98ded9896ed98a2ed9899eca79decb1885e |
UHC | 찾쩍혖혢혙짝챈^ | 110000111010001111000010101111011100001010000001110000101000101111000010100001001100001010100110110000111010011001011110 | c3a3c2bdc281c28bc284c2a6c3a65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)