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 | ó´ÞÒLB | 111100111011010011011110110100100100110001000010 | f3b4ded24c42 |
SJIS-WIN | ?´??LB | 00111111100000010100110000111111001111110100110001000010 | 3f814c3f3f4c42 |
EUC-JP | ó´ÞÒLB | 10001111101010111101000110100001101011011000111110101001101100001000111110101010110100100100110001000010 | 8fabd1a1ad8fa9b08faad24c42 |
UTF-8 | ó´ÞÒLB | 11000011101100111100001010110100110000111001111011000011100100100100110001000010 | c3b3c2b4c39ec3924c42 |
UHC | ?´Þ?LB | 0011111110100010101001011010100010101101001111110100110001000010 | 3fa2a5a8ad3f4c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)