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 | 咫韲咫唸 | 1001101001000000111010001110110010011010010000001001101001011000 | 9a40e8ec9a409a58 |
EUC-JP | 咫韲咫唸 | 1101001110100001111100001110111011010011101000011101001110111001 | d3a1f0eed3a1d3b9 |
UTF-8 | 咫韲咫唸 | 111001011001001010101011111010011001111110110010111001011001001010101011111001011001010010111000 | e592abe99fb2e592abe594b8 |
UHC | 咫?咫? | 111100101010000100111111111100101010000100111111 | f2a13ff2a13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)