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 | Ù´Þ | 1000111011011001100011111011010011011110 | 8ed98fb4de |
SJIS-WIN | ???´? | 001111110011111100111111100000010100110000111111 | 3f3f3f814c3f |
EUC-JP | ?Ù?´Þ | 00111111100011111010101011100011001111111010000110101101100011111010100110110000 | 3f8faae33fa1ad8fa9b0 |
UTF-8 | Ù´Þ | 11000010100011101100001110011001110000101000111111000010101101001100001110011110 | c28ec399c28fc2b4c39e |
UHC | ???´Þ | 00111111001111110011111110100010101001011010100010101101 | 3f3f3fa2a5a8ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)