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 | 咫眩咫唸 | 1001101001000000111000011011111110011010010000001001101001011000 | 9a40e1bf9a409a58 |
EUC-JP | 咫眩咫唸 | 1101001110100001111000101100000111010011101000011101001110111001 | d3a1e2c1d3a1d3b9 |
UTF-8 | 咫眩咫唸 | 111001011001001010101011111001111001110010101001111001011001001010101011111001011001010010111000 | e592abe79ca9e592abe594b8 |
UHC | 咫眩咫? | 11110010101000011111101011011111111100101010000100111111 | f2a1fadff2a13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)