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 | 階?}階?{^ | 100010100100101100111111011111011000101001001011001111110111101101011110 | 8a4b3f7d8a4b3f7b5e |
EUC-JP | 階?}階?{^ | 101100111010110000111111011111011011001110101100001111110111101101011110 | b3ac3f7db3ac3f7b5e |
UTF-8 | 階둠}階둠{^ | 111010011001101010001110111010111001000110100000011111011110100110011010100011101110101110010001101000000111101101011110 | e99a8eeb91a07de99a8eeb91a07b5e |
UHC | 階둠}階둠{^ | 1100110110101101101101011101001001111101110011011010110110110101110100100111101101011110 | cdadb5d27dcdadb5d27b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)