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 | ¹Í½Ý½Ý³Û | 1011100111001101101111011101110110111101110111011011001111011011 | b9cdbdddbdddb3db |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ?Í?Ý?Ý?Û | 00111111100011111010101010111111001111111000111110101010111100100011111110001111101010101111001000111111100011111010101011100101 | 3f8faabf3f8faaf23f8faaf23f8faae5 |
UTF-8 | ¹Í½Ý½Ý³Û | 11000010101110011100001110001101110000101011110111000011100111011100001010111101110000111001110111000010101100111100001110011011 | c2b9c38dc2bdc39dc2bdc39dc2b3c39b |
UHC | ¹?½?½?³? | 101010011111011000111111101010001111011000111111101010001111011000111111101010011111100000111111 | a9f63fa8f63fa8f63fa9f83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)