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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 傳???異 | 10011001010000100011111100111111001111111000100011011001 | 99423f3f3f88d9 |
EUC-JP | 傳???異 | 11010001101000110011111100111111001111111011000011011011 | d1a33f3f3fb0db |
UTF-8 | 傳닻렓렜異 | 111001011000001010110011111010111000101110111011111010111010000010010011111010111010000010011100111001111001010110110000 | e582b3eb8bbbeba093eba09ce795b0 |
UHC | 傳닻렓렜異 | 11101110111011101011010011101001100011101010100010001110101011101110110010110110 | eeeeb4e98ea88eaeecb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)