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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 軏情枚薰ャ遏 | 1111101110110010100011111110111010010110100001111111101110011110101011001110011110011111 | fbb28fee9687fb9eace79f |
EUC-JP | 軏情枚?ャ遏 | 100011111110000011011001101111101111000011001011111001110011111110001110101011001110111010100001 | 8fe0d9bef0cbe73f8eaceea1 |
UTF-8 | 軏情枚薰ャ遏 | 111010001011101110001111111001101000001110000101111001101001111010011010111010001001011010110000111011111011110110101100111010011000000110001111 | e8bb8fe68385e69e9ae896b0efbdace9818f |
UHC | ?情枚薰?? | 001111111110111111010111110110001101110111111101101110010011111100111111 | 3fefd7d8ddfdb93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)