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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 蜍紋シ√欧B | 11100101100010111001011011100100101111001000000111100011100010011010001001000010 | e58b96e4bc81e389a242 |
EUC-JP | 蜍紋シ√欧B | 1110100111101011110011001110011010001110101111001010001011100101101100101010010001000010 | e9ebcce68ebca2e5b2a442 |
UTF-8 | 蜍紋シ√欧B | 11101000100111001000110111100111101101001000101111101111101111011011110011100010100010001001101011100110101011001010011101000010 | e89c8de7b48befbdbce2889ae6aca742 |
UHC | ?紋?√?B | 0011111111011010101000110011111110100001111011100011111101000010 | 3fdaa33fa1ee3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)