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 | ^êTá} | 1001110010000001100110100101111011101010010101001110000101111101 | 9c819a5eea54e17d |
SJIS-WIN | ???^?T?} | 0011111100111111001111110101111000111111010101000011111101111101 | 3f3f3f5e3f543f7d |
EUC-JP | ???^êTá} | 001111110011111100111111010111101000111110101011101101000101010010001111101010111010000101111101 | 3f3f3f5e8fabb4548faba17d |
UTF-8 | ^êTá} | 11000010100111001100001010000001110000101001101001011110110000111010101001010100110000111010000101111101 | c29cc281c29a5ec3aa54c3a17d |
UHC | ???^?T?} | 0011111100111111001111110101111000111111010101000011111101111101 | 3f3f3f5e3f543f7d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)