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?}?~ | 001111110101010000111111011111010011111101111110 | 3f543f7d3f7e |
SJIS-WIN | ?T?}?~ | 001111110101010000111111011111010011111101111110 | 3f543f7d3f7e |
EUC-JP | ?T?}?~ | 001111110101010000111111011111010011111101111110 | 3f543f7d3f7e |
UTF-8 | 챔T혳}챗~ | 111011001011000110010100010101001110110110011000101100110111110111101100101100011001011101111110 | ecb19454ed98b37decb1977e |
UHC | 챔T혳}챗~ | 110000111010100001010100110000101001101001111101110000111010101001111110 | c3a854c29a7dc3aa7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)