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 | 鴟喊}鴟喊{^ | 1110100111110100100110100101111001111101111010011111010010011010010111100111101101011110 | e9f49a5e7de9f49a5e7b5e |
EUC-JP | 鴟喊}鴟喊{^ | 1111001011110110110100111011111101111101111100101111011011010011101111110111101101011110 | f2f6d3bf7df2f6d3bf7b5e |
UTF-8 | 鴟喊}鴟喊{^ | 111010011011010010011111111001011001011010001010011111011110100110110100100111111110010110010110100010100111101101011110 | e9b49fe5968a7de9b49fe5968a7b5e |
UHC | ?喊}?喊{^ | 001111111111100111100010011111010011111111111001111000100111101101011110 | 3ff9e27d3ff9e27b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)