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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 禧烱禧烱 | 1110001001010101111000000111011111100010010101011110000001110111 | e255e077e255e077 |
EUC-JP | 禧烱禧烱 | 1110001110110110110111111101100011100011101101101101111111011000 | e3b6dfd8e3b6dfd8 |
UTF-8 | 禧烱禧烱 | 111001111010011010100111111001111000001110110001111001111010011010100111111001111000001110110001 | e7a6a7e783b1e7a6a7e783b1 |
UHC | 禧烱禧烱 | 1111110111111011110011001101111011111101111110111100110011011110 | fdfbccdefdfbccde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)