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 | 宥?}宥?{^ | 100101110100011100111111011111011001011101000111001111110111101101011110 | 97473f7d97473f7b5e |
EUC-JP | 宥?}宥?{^ | 110011011010100000111111011111011100110110101000001111110111101101011110 | cda83f7dcda83f7b5e |
UTF-8 | 宥쯰}宥쯰{^ | 111001011010111010100101111011001010111110110000011111011110010110101110101001011110110010101111101100000111101101011110 | e5aea5ecafb07de5aea5ecafb07b5e |
UHC | 宥쯰}宥쯰{^ | 1110101011101001101010010110111001111101111010101110100110101001011011100111101101011110 | eae9a96e7deae9a96e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)