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 | ??????y | 00111111001111110011111100111111001111110011111101111001 | 3f3f3f3f3f3f79 |
SJIS-WIN | ?橋??堤?y | 001111111000101110110100001111110011111110010010111001110011111101111001 | 3f8bb43f3f92e73f79 |
EUC-JP | 塼橋??堤?y | 1000111110111000101110011011011010110110001111110011111111000100111010010011111101111001 | 8fb8b9b6b63f3fc4e93f79 |
UTF-8 | 塼橋렓렜堤렡y | 11100101101000011011110011100110101010011000101111101011101000001001001111101011101000001001110011100101101000001010010011101011101000001010000101111001 | e5a1bce6a98beba093eba09ce5a0a4eba0a179 |
UHC | 塼橋렓렜堤렡y | 11101110111101001100111011101001100011101010100010001110101011101111000010100111100011101011001001111001 | eef4cee98ea88eaef0a78eb279 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)