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 | 筰蒻}筰蒻{^ | 1110001010101001111001001110100001111101111000101010100111100100111010000111101101011110 | e2a9e4e87de2a9e4e87b5e |
EUC-JP | 筰蒻}筰蒻{^ | 1110010010101011111010001110101001111101111001001010101111101000111010100111101101011110 | e4abe8ea7de4abe8ea7b5e |
UTF-8 | 筰蒻}筰蒻{^ | 111001111010110110110000111010001001001010111011011111011110011110101101101100001110100010010010101110110111101101011110 | e7adb0e892bb7de7adb0e892bb7b5e |
UHC | ?蒻}?蒻{^ | 001111111110010110110110011111010011111111100101101101100111101101011110 | 3fe5b67d3fe5b67b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)