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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | 莘??? | 100011111101100010101011001111110011111100111111 | 8fd8ab3f3f3f |
UTF-8 | 莘땵괥秊 | 111010001000111010011000111010111001010110110101111010101011010010100101111011111010011010010101 | e88e98eb95b5eab4a5efa695 |
UHC | 莘땵괥秊 | 1110001111101110100010111000101110000010010011111110011011011100 | e3ee8b8b824fe6dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)