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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | メ昮サ蓚 | 1111000011100001110100101111101011010010101110111110010011101001 | f0e1d2fad2bbe4e9 |
EUC-JP | ?メ昮サ蓚 | 00111111100011101101001010001111110000101010101110001110101110111110100011101011 | 3f8ed28fc2ab8ebbe8eb |
UTF-8 | メ昮サ蓚 | 111011101000001010100000111011111011111010010010111001101001100010101110111011111011110110111011111010001001001110011010 | ee82a0efbe92e698aeefbdbbe8939a |
UHC | ????蓚 | 001111110011111100111111001111111110001010111110 | 3f3f3f3fe2be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)