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 | 轜誌輯薜 | 1110011101111110100011101000111110001111010100111110010101001111 | e77e8e8f8f53e54f |
EUC-JP | 轜誌輯薜 | 1110110111011111101110111110111110111101101101001110100110110000 | eddfbbefbdb4e9b0 |
UTF-8 | 轜誌輯薜 | 111010001011110110011100111010001010101010001100111010001011110010101111111010001001011010011100 | e8bd9ce8aa8ce8bcafe8969c |
UHC | ?誌輯? | 001111111111001010111100111100101111111000111111 | 3ff2bcf2fe3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)