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 | ?h???h??^ | 001111110110100000111111001111110011111101101000001111110011111101011110 | 3f683f3f3f683f3f5e |
SJIS-WIN | ?h???h??^ | 001111110110100000111111001111110011111101101000001111110011111101011110 | 3f683f3f3f683f3f5e |
EUC-JP | ?h???h??^ | 001111110110100000111111001111110011111101101000001111110011111101011110 | 3f683f3f3f683f3f5e |
UTF-8 | 혨h혖혷혨h혖혵^ | 111011011001100010101000011010001110110110011000100101101110110110011000101101111110110110011000101010000110100011101101100110001001011011101101100110001011010101011110 | ed98a868ed9896ed98b7ed98a868ed9896ed98b55e |
UHC | 혨h혖혷혨h혖혵^ | 110000101001000001101000110000101000000111000010100111101100001010010000011010001100001010000001110000101001110001011110 | c29068c281c29ec29068c281c29c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)