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 | ???e^ | 0011111100111111001111110110010101011110 | 3f3f3f655e |
SJIS-WIN | 孃よ?e^ | 10011011011011111000001011100110001111110110010101011110 | 9b6f82e63f655e |
EUC-JP | 孃よ?e^ | 11010101110100001010010011101000001111110110010101011110 | d5d0a4e83f655e |
UTF-8 | 孃よ윭e^ | 1110010110101101100000111110001110000010100010001110110010011100101011010110010101011110 | e5ad83e38288ec9cad655e |
UHC | 孃よ윭e^ | 1110010110111110101010101110100010011111101011000110010101011110 | e5beaae89fac655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)