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 | 繒?咫孟 | 11111011100011110011111110011010010000001001011011010000 | fb8f3f9a4096d0 |
EUC-JP | 繒?咫孟 | 1000111111010100110101000011111111010011101000011100110011010010 | 8fd4d43fd3a1ccd2 |
UTF-8 | 繒렰咫孟 | 111001111011100110010010111010111010000010110000111001011001001010101011111001011010110110011111 | e7b992eba0b0e592abe5ad9f |
UHC | 繒렰咫孟 | 1111000111111001100011101011110111110010101000011101100011101011 | f1f98ebdf2a1d8eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)