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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 鬩・遒√飴^ | 11101001101010011010010111100111101000101000000111100011100010001011100101011110 | e9a9a5e7a281e388b95e |
EUC-JP | 鬩・遒√飴^ | 1111001010101011100011101010010111101110101001001010001011100101101100001011101101011110 | f2ab8ea5eea4a2e5b0bb5e |
UTF-8 | 鬩・遒√飴^ | 11101001101011001010100111101111101111011010010111101001100000011001001011100010100010001001101011101001101000111011010001011110 | e9aca9efbda5e98192e2889ae9a3b45e |
UHC | ???√飴^ | 0011111100111111001111111010000111101110111011001100011101011110 | 3f3f3fa1eeecc75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)