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 | ??P}??P{^ | 001111110011111101010000011111010011111100111111010100000111101101011110 | 3f3f507d3f3f507b5e |
SJIS-WIN | 煜?P}煜?P{^ | 1111101101010101001111110101000001111101111110110101010100111111010100000111101101011110 | fb553f507dfb553f507b5e |
EUC-JP | 煜?P}煜?P{^ | 10001111110010011111110000111111010100000111110110001111110010011111110000111111010100000111101101011110 | 8fc9fc3f507d8fc9fc3f507b5e |
UTF-8 | 煜렎P}煜렎P{^ | 1110011110000101100111001110101110100000100011100101000001111101111001111000010110011100111010111010000010001110010100000111101101011110 | e7859ceba08e507de7859ceba08e507b5e |
UHC | 煜렎P}煜렎P{^ | 11101001111100101000111010100100010100000111110111101001111100101000111010100100010100000111101101011110 | e9f28ea4507de9f28ea4507b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)