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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 禧烱禧 | 111000100101010111100000011101111110001001010101 | e255e077e255 |
EUC-JP | 禧烱禧 | 111000111011011011011111110110001110001110110110 | e3b6dfd8e3b6 |
UTF-8 | 禧烱禧 | 111001111010011010100111111001111000001110110001111001111010011010100111 | e7a6a7e783b1e7a6a7 |
UHC | 禧烱禧 | 111111011111101111001100110111101111110111111011 | fdfbccdefdfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)