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 | 俑?―椅э? | 10011000110110100011111110000001010111001000100011010110100001001000111100111111 | 98da3f815c88d6848f3f |
EUC-JP | 俑?―椅э? | 11010000110111000011111110100001101111011011000011011000101001111110111100111111 | d0dc3fa1bdb0d8a7ef3f |
UTF-8 | 俑앸―椅э쭓 | 1110010010111111100100011110110010010101101110001110001010000000100101011110011010100100100001011101000110001101111011001010110110010011 | e4bf91ec95b8e28095e6a485d18decad93 |
UHC | 俑앸―椅э쭓 | 111010011011010110011101111010111010000110101010111010111111010110101100111011111010011110001011 | e9b59deba1aaebf5acefa78b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)