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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | 恁??ろ?\ | 1001110010001100001111110011111110000010111010110011111101011100 | 9c8c3f3f82eb3f5c |
EUC-JP | 恁??ろ?\ | 1101011111101100001111110011111110100100111011010011111101011100 | d7ec3f3fa4ed3f5c |
UTF-8 | 恁쿍淋ろ슅\ | 11100110100000011000000111101100101111111000110111101111101001111011010111100011100000101000110111101100100010101000010101011100 | e68181ecbf8defa7b5e3828dec8a855c |
UHC | 恁쿍淋ろ슅\ | 1110110011110110101100110100001011101100111110001010101011101101100110101001011101011100 | ecf6b342ecf8aaed9a975c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)