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 | 酊?}酊?{^ | 111001111100001000111111011111011110011111000010001111110111101101011110 | e7c23f7de7c23f7b5e |
EUC-JP | 酊?}酊?{^ | 111011101100010000111111011111011110111011000100001111110111101101011110 | eec43f7deec43f7b5e |
UTF-8 | 酊턍}酊턍{^ | 111010011000010110001010111011011000010010001101011111011110100110000101100010101110110110000100100011010111101101011110 | e9858aed848d7de9858aed848d7b5e |
UHC | 酊턍}酊턍{^ | 1110111111111000110001011100110001111101111011111111100011000101110011000111101101011110 | eff8c5cc7deff8c5cc7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)