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???T??^ | 001111110101010000111111001111110011111101010100001111110011111101011110 | 3f543f3f3f543f3f5e |
SJIS-WIN | ?T???T??^ | 001111110101010000111111001111110011111101010100001111110011111101011110 | 3f543f3f3f543f3f5e |
EUC-JP | ?T???T??^ | 001111110101010000111111001111110011111101010100001111110011111101011110 | 3f543f3f3f543f3f5e |
UTF-8 | 챈T혷혥챈T혷횪^ | 111011001011000110001000010101001110110110011000101101111110110110011000101001011110110010110001100010000101010011101101100110001011011111101101100110101010101001011110 | ecb18854ed98b7ed98a5ecb18854ed98b7ed9aaa5e |
UHC | 챈T혷혥챈T혷횪^ | 110000111010011001010100110000101001111011000010100011011100001110100110010101001100001010011110110000111010000001011110 | c3a654c29ec28dc3a654c29ec3a05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)