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 | ?g??g | 0011111101100111001111110011111101100111 | 3f673f3f67 |
SJIS-WIN | 唸g眄唸g | 1001101001011000011001111110000110111110100110100101100001100111 | 9a5867e1be9a5867 |
EUC-JP | 唸g眄唸g | 1101001110111001011001111110001011000000110100111011100101100111 | d3b967e2c0d3b967 |
UTF-8 | 唸g眄唸g | 1110010110010100101110000110011111100111100111001000010011100101100101001011100001100111 | e594b867e79c84e594b867 |
UHC | ?g眄?g | 001111110110011111011000111110000011111101100111 | 3f67d8f83f67 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)