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 | ??[}??[{^ | 001111110011111101011011011111010011111100111111010110110111101101011110 | 3f3f5b7d3f3f5b7b5e |
SJIS-WIN | 誾ャ[}誾ャ[{^ | 1111101110100111101011000101101101111101111110111010011110101100010110110111101101011110 | fba7ac5b7dfba7ac5b7b5e |
EUC-JP | 誾ャ[}誾ャ[{^ | 100011111101111010100100100011101010110001011011011111011000111111011110101001001000111010101100010110110111101101011110 | 8fdea48eac5b7d8fdea48eac5b7b5e |
UTF-8 | 誾ャ[}誾ャ[{^ | 1110100010101010101111101110111110111101101011000101101101111101111010001010101010111110111011111011110110101100010110110111101101011110 | e8aabeefbdac5b7de8aabeefbdac5b7b5e |
UHC | 誾?[}誾?[{^ | 1110101111011101001111110101101101111101111010111101110100111111010110110111101101011110 | ebdd3f5b7debdd3f5b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)