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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???彦?? | 00111111001111110011111110010101010001100011111100111111 | 3f3f3f95463f3f |
EUC-JP | ???彦?? | 00111111001111110011111111001001101001110011111100111111 | 3f3f3fc9a73f3f |
UTF-8 | 嶺앮쉻彦얕ː | 1110111110100110101010111110110010010101101011101110110010001001101110111110010110111101101001101110110010010110100101011100101110010000 | efa6abec95aeec89bbe5bda6ec9695cb90 |
UHC | 嶺앮쉻彦얕ː | 111001111010110110011101111001101001101010010001111001011110100110111110111010001010001010110000 | e7ad9de69a91e5e9bee8a2b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)