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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 樹熟}樹熟{^ | 1000111011110111100011110110111001111101100011101111011110001111011011100111101101011110 | 8ef78f6e7d8ef78f6e7b5e |
EUC-JP | 樹熟}樹熟{^ | 1011110011111001101111011100111101111101101111001111100110111101110011110111101101011110 | bcf9bdcf7dbcf9bdcf7b5e |
UTF-8 | 樹熟}樹熟{^ | 111001101010100010111001111001111000011010011111011111011110011010101000101110011110011110000110100111110111101101011110 | e6a8b9e7869f7de6a8b9e7869f7b5e |
UHC | 樹熟}樹熟{^ | 1110001010100111111000101101100101111101111000101010011111100010110110010111101101011110 | e2a7e2d97de2a7e2d97b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)