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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?ц?諛?┨ | 001111111000010010001000001111111110011010000111001111111000010010110111 | 3f84883fe6873f84b7 |
EUC-JP | ?ц?諛?┨ | 001111111010011111101000001111111110101111100111001111111010100010111001 | 3fa7e83febe73fa8b9 |
UTF-8 | 寧ц콊諛ㅹ┨ | 1110111110100110101010101101000110000110111011001011110110001010111010001010101110011011111000111000010110111001111000101001010010101000 | efa6aad186ecbd8ae8ab9be385b9e294a8 |
UHC | 寧ц콊諛ㅹ┨ | 111001111010110010101100111010001011000110000110111010111011000010100100111010011010011010111001 | e7acace8b186ebb0a4e9a6b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)