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 | ?κ?攸 | 001111111000001111001000001111111001110110111111 | 3f83c83f9dbf |
EUC-JP | ?κ?攸 | 001111111010011011001010001111111101101011000001 | 3fa6ca3fdac1 |
UTF-8 | 了κ섄攸 | 1110111110100110101110101100111010111010111011001000010010000100111001101001010010111000 | efa6bacebaec8484e694b8 |
UHC | 了κ섄攸 | 1110100011100111101001011110101010111100101010011110101011110010 | e8e7a5eabca9eaf2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)