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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 咫哭俾 | 100110100100000010011010010011001001100011101010 | 9a409a4c98ea |
EUC-JP | 咫哭俾 | 110100111010000111010011101011011101000011101100 | d3a1d3add0ec |
UTF-8 | 咫哭俾 | 111001011001001010101011111001011001001110101101111001001011111110111110 | e592abe593ade4bfbe |
UHC | 咫哭? | 1111001010100001110011011101011000111111 | f2a1cdd63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)