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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 瓏苳糒^ | 11100000111110101110010010010100111000101111001101011110 | e0fae494e2f35e |
EUC-JP | 瓏苳糒^ | 11100000111111001110011111110100111001001111010101011110 | e0fce7f4e4f55e |
UTF-8 | 瓏苳糒^ | 11100111100100111000111111101000100010111011001111100111101100111001001001011110 | e7938fe88bb3e7b3925e |
UHC | 瓏??^ | 1101011011101010001111110011111101011110 | d6ea3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)