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 | 恁ν?? | 100111001000110010000011110010110011111100111111 | 9c8c83cb3f3f |
EUC-JP | 恁ν?? | 110101111110110010100110110011010011111100111111 | d7eca6cd3f3f |
UTF-8 | 恁ν샂泥 | 1110011010000001100000011100111010111101111011001000001110000010111011111010011110100011 | e68181cebdec8382efa7a3 |
UHC | 恁ν샂泥 | 1110110011110110101001011110110110011000101101001110110010110010 | ecf6a5ed98b4ecb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)