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 | ??x??x^ | 00111111001111110111100000111111001111110111100001011110 | 3f3f783f3f785e |
SJIS-WIN | テァxテァx^ | 11000011101001110111100011000011101001110111100001011110 | c3a778c3a7785e |
EUC-JP | テァxテァx^ | 1000111011000011100011101010011101111000100011101100001110001110101001110111100001011110 | 8ec38ea7788ec38ea7785e |
UTF-8 | テァxテァx^ | 111011111011111010000011111011111011110110100111011110001110111110111110100000111110111110111101101001110111100001011110 | efbe83efbda778efbe83efbda7785e |
UHC | ??x??x^ | 00111111001111110111100000111111001111110111100001011110 | 3f3f783f3f785e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)