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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 偲謝嫉斜 | 1000111011000011100011101101001110001110101110011000111011001110 | 8ec38ed38eb98ece |
EUC-JP | 偲謝嫉斜 | 1011110011000101101111001101010110111100101110111011110011010000 | bcc5bcd5bcbbbcd0 |
UTF-8 | 偲謝嫉斜 | 111001011000000110110010111010001010110010011101111001011010101110001001111001101001011010011100 | e581b2e8ac9de5ab89e6969c |
UHC | ?謝嫉斜 | 00111111110111101111001111110010111011001101111011011000 | 3fdef3f2ecded8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)