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 | ?????^F | 00111111001111110011111100111111001111110101111001000110 | 3f3f3f3f3f5e46 |
SJIS-WIN | ?????^F | 00111111001111110011111100111111001111110101111001000110 | 3f3f3f3f3f5e46 |
EUC-JP | ?????^F | 00111111001111110011111100111111001111110101111001000110 | 3f3f3f3f3f5e46 |
UTF-8 | 찼혘혢챌혥^F | 1110110010110000101111001110110110011000100110001110110110011000101000101110110010110001100011001110110110011000101001010101111001000110 | ecb0bced9898ed98a2ecb18ced98a55e46 |
UHC | 찼혘혢챌혥^F | 110000111010000111000010100000111100001010001011110000111010011111000010100011010101111001000110 | c3a1c283c28bc3a7c28d5e46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)