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 | ?????F | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
SJIS-WIN | 軏乞ぐ薰ィF | 11111011101100101000110011101110100000101010111011111011100111101010100001000110 | fbb28cee82aefb9ea846 |
EUC-JP | 軏乞ぐ?ィF | 1000111111100000110110011011100011110000101001001011000000111111100011101010100001000110 | 8fe0d9b8f0a4b03f8ea846 |
UTF-8 | 軏乞ぐ薰ィF | 11101000101110111000111111100100101110011001111011100011100000011001000011101000100101101011000011101111101111011010100001000110 | e8bb8fe4b99ee38190e896b0efbda846 |
UHC | ?乞ぐ薰?F | 001111111100101111110111101010101011000011111101101110010011111101000110 | 3fcbf7aab0fdb93f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)