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 | à¬àÙµÕ | 1110000010101100111000001101100110001110101101011000111011010101 | e0ace0d98eb58ed5 |
SJIS-WIN | ?¬?????? | 001111111000000111001010001111110011111100111111001111110011111100111111 | 3f81ca3f3f3f3f3f3f |
EUC-JP | à¬àÙ???Õ | 1000111110101011101000101010001011001100100011111010101110100010100011111010101011100011001111110011111100111111100011111010101011011000 | 8faba2a2cc8faba28faae33f3f3f8faad8 |
UTF-8 | à¬àÙµÕ | 11000011101000001100001010101100110000111010000011000011100110011100001010001110110000101011010111000010100011101100001110010101 | c3a0c2acc3a0c399c28ec2b5c28ec395 |
UHC | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)