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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 拙???堤?B | 100100001101100100111111001111110011111110010010111001110011111101000010 | 90d93f3f3f92e73f42 |
EUC-JP | 拙???堤?B | 110000001101101100111111001111110011111111000100111010010011111101000010 | c0db3f3f3fc4e93f42 |
UTF-8 | 拙흗렓렜堤렡B | 11100110100010111001100111101101100111011001011111101011101000001001001111101011101000001001110011100101101000001010010011101011101000001010000101000010 | e68b99ed9d97eba093eba09ce5a0a4eba0a142 |
UHC | 拙흗렓렜堤렡B | 11110000111100001100100011101001100011101010100010001110101011101111000010100111100011101011001001000010 | f0f0c8e98ea88eaef0a78eb242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)