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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 首?首?^ | 10001110111100010011111110001110111100010011111101011110 | 8ef13f8ef13f5e |
EUC-JP | 首?首?^ | 10111100111100110011111110111100111100110011111101011110 | bcf33fbcf33f5e |
UTF-8 | 首봍首앧^ | 11101001101001101001011011101011101101001000110111101001101001101001011011101100100101011010011101011110 | e9a696ebb48de9a696ec95a75e |
UHC | 首봍首앧^ | 111000101100111110010100010011001110001011001111100111011110000001011110 | e2cf944ce2cf9de05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)