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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 瑣秣瑣秣^ | 111000001111001011100010011000011110000011110010111000100110000101011110 | e0f2e261e0f2e2615e |
EUC-JP | 瑣秣瑣秣^ | 111000001111010011100011110000101110000011110100111000111100001001011110 | e0f4e3c2e0f4e3c25e |
UTF-8 | 瑣秣瑣秣^ | 11100111100100011010001111100111101001111010001111100111100100011010001111100111101001111010001101011110 | e791a3e7a7a3e791a3e7a7a35e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)