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 | 蚓毎}蚓毎{^ | 1110010101101101100101101000100001111101111001010110110110010110100010000111101101011110 | e56d96887de56d96887b5e |
EUC-JP | 蚓毎}蚓毎{^ | 1110100111001110110010111110100001111101111010011100111011001011111010000111101101011110 | e9cecbe87de9cecbe87b5e |
UTF-8 | 蚓毎}蚓毎{^ | 111010001001101010010011111001101010111110001110011111011110100010011010100100111110011010101111100011100111101101011110 | e89a93e6af8e7de89a93e6af8e7b5e |
UHC | 蚓?}蚓?{^ | 111011001110001000111111011111011110110011100010001111110111101101011110 | ece23f7dece23f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)