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 | NçýNçý^ | 100100010100111011100111111111011001000101001110111001111111110101011110 | 914ee7fd914ee7fd5e |
SJIS-WIN | ?N???N??^ | 001111110100111000111111001111110011111101001110001111110011111101011110 | 3f4e3f3f3f4e3f3f5e |
EUC-JP | ?Nçý?Nçý^ | 0011111101001110100011111010101110101110100011111010101111110010001111110100111010001111101010111010111010001111101010111111001001011110 | 3f4e8fabae8fabf23f4e8fabae8fabf25e |
UTF-8 | NçýNçý^ | 110000101001000101001110110000111010011111000011101111011100001010010001010011101100001110100111110000111011110101011110 | c2914ec3a7c3bdc2914ec3a7c3bd5e |
UHC | ?N???N??^ | 001111110100111000111111001111110011111101001110001111110011111101011110 | 3f4e3f3f3f4e3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)