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 | 荵吶k粡 | 1110010010111001100110011110001110000010100010111110001011100111 | e4b999e3828be2e7 |
EUC-JP | 荵吶k粡 | 1110100010111011110100101110010110100011111010111110010011101001 | e8bbd2e5a3ebe4e9 |
UTF-8 | 荵吶k粡 | 111010001000110110110101111001011001000010110110111011111011110110001011111001111011001010100001 | e88db5e590b6efbd8be7b2a1 |
UHC | ??k? | 0011111100111111101000111110101100111111 | 3f3fa3eb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)