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 | ìºVhìºV | 11101100101110100101011001101000111011001011101001010110 | ecba5668ecba56 |
SJIS-WIN | ??Vh??V | 00111111001111110101011001101000001111110011111101010110 | 3f3f56683f3f56 |
EUC-JP | ìºVhìºV | 100011111010101111000000100011111010001011101011010101100110100010001111101010111100000010001111101000101110101101010110 | 8fabc08fa2eb56688fabc08fa2eb56 |
UTF-8 | ìºVhìºV | 1100001110101100110000101011101001010110011010001100001110101100110000101011101001010110 | c3acc2ba5668c3acc2ba56 |
UHC | ?ºVh?ºV | 001111111010100010101100010101100110100000111111101010001010110001010110 | 3fa8ac56683fa8ac56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)