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 | ???o | 00111111001111110011111101101111 | 3f3f3f6f |
SJIS-WIN | モゥo | 1111011110100100110100111010100101101111 | f7a4d3a96f |
EUC-JP | ?モゥo | 001111111000111011010011100011101010100101101111 | 3f8ed38ea96f |
UTF-8 | モゥo | 11101110100101101000011111101111101111101001001111101111101111011010100101101111 | ee9687efbe93efbda96f |
UHC | ???o | 00111111001111110011111101101111 | 3f3f3f6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)