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 | 閠聾}閠聾{^ | 1110100010000000100110000101011101111101111010001000000010011000010101110111101101011110 | e88098577de88098577b5e |
EUC-JP | 閠聾}閠聾{^ | 1110111111100000110011111011100001111101111011111110000011001111101110000111101101011110 | efe0cfb87defe0cfb87b5e |
UTF-8 | 閠聾}閠聾{^ | 111010011001011010100000111010001000000110111110011111011110100110010110101000001110100010000001101111100111101101011110 | e996a0e881be7de996a0e881be7b5e |
UHC | ?聾}?聾{^ | 001111111101011011101100011111010011111111010110111011000111101101011110 | 3fd6ec7d3fd6ec7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)