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 | 咫哺韲 | 100110100100000010011010010011011110100011101100 | 9a409a4de8ec |
EUC-JP | 咫哺韲 | 110100111010000111010011101011101111000011101110 | d3a1d3aef0ee |
UTF-8 | 咫哺韲 | 111001011001001010101011111001011001001110111010111010011001111110110010 | e592abe593bae99fb2 |
UHC | 咫哺? | 1111001010100001111110001101010000111111 | f2a1f8d43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)