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 | 誘??銀 | 100101110101010100111111001111111000101111100010 | 97553f3f8be2 |
EUC-JP | 誘??銀 | 110011011011011000111111001111111011011011100100 | cdb63f3fb6e4 |
UTF-8 | 誘룸뮣銀 | 111010001010101010011000111010111010001110111000111010111010111010100011111010011000101010000000 | e8aa98eba3b8ebaea3e98a80 |
UHC | 誘룸뮣銀 | 1110101110101111101101111110101110010010101011111110101111011110 | ebafb7eb92afebde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)