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ãN³ | 100111010110011111100011010011101000001110110011 | 9d67e34e83b3 |
SJIS-WIN | ?g?N?? | 001111110110011100111111010011100011111100111111 | 3f673f4e3f3f |
EUC-JP | ?gãN?? | 0011111101100111100011111010101110101010010011100011111100111111 | 3f678fabaa4e3f3f |
UTF-8 | gãN³ | 11000010100111010110011111000011101000110100111011000010100000111100001010110011 | c29d67c3a34ec283c2b3 |
UHC | ?g?N?³ | 00111111011001110011111101001110001111111010100111111000 | 3f673f4e3fa9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)