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 | ?N?vU | 0011111101001110001111110111011001010101 | 3f4e3f7655 |
SJIS-WIN | ?N?vU | 0011111101001110001111110111011001010101 | 3f4e3f7655 |
EUC-JP | ?N?vU | 0011111101001110001111110111011001010101 | 3f4e3f7655 |
UTF-8 | 청N혡vU | 111011001011001010101101010011101110110110011000101000010111011001010101 | ecb2ad4eed98a17655 |
UHC | 청N혡vU | 11000011101110110100111011000010100010100111011001010101 | c3bb4ec28a7655 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)