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 | ?????鶯 | 00111111001111110011111100111111001111111110100111110010 | 3f3f3f3f3fe9f2 |
EUC-JP | ???瑗?鶯 | 001111110011111100111111100011111100110011000000001111111111001011110100 | 3f3f3f8fccc03ff2f4 |
UTF-8 | 蓮곣뫗瑗퇐鶯 | 111011111010011010011001111010101011001110100011111010111010101110010111111001111001000110010111111011011000011110010000111010011011011010101111 | efa699eab3a3ebab97e79197ed8790e9b6af |
UHC | 蓮곣뫗瑗퇐鶯 | 111001101110010110000001111000101001000110111001111010101011110010111000010000011110010110100011 | e6e581e291b9eabcb841e5a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)