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 | 瓷牴}瓷牴{^ | 1110000101001001111000001011000001111101111000010100100111100000101100000111101101011110 | e149e0b07de149e0b07b5e |
EUC-JP | 瓷牴}瓷牴{^ | 1110000110101010111000001011001001111101111000011010101011100000101100100111101101011110 | e1aae0b27de1aae0b27b5e |
UTF-8 | 瓷牴}瓷牴{^ | 111001111001001110110111111001111000100110110100011111011110011110010011101101111110011110001001101101000111101101011110 | e793b7e789b47de793b7e789b47b5e |
UHC | 瓷?}瓷?{^ | 111011011011011000111111011111011110110110110110001111110111101101011110 | edb63f7dedb63f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)