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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蔬¥週肭 | 1110010011110100100000011000111110001111010101001110001111101011 | e4f4818f8f54e3eb |
EUC-JP | 蔬¥週肭 | 1110100011110110101000011110111110111101101101011110011011101101 | e8f6a1efbdb5e6ed |
UTF-8 | 蔬¥週肭 | 111010001001010010101100111011111011111110100101111010011000000010110001111010001000001010101101 | e894acefbfa5e980b1e882ad |
UHC | 蔬¥週? | 11100001110010101010000111001101111100011100111000111111 | e1caa1cdf1ce3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)