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 | ùçüùnK | 100100001111100111100111111111001001000011111001100011100110111001001011 | 90f9e7fc90f98e6e4b |
SJIS-WIN | ???????nK | 001111110011111100111111001111110011111100111111001111110110111001001011 | 3f3f3f3f3f3f3f6e4b |
EUC-JP | ?ùçü?ù?nK | 0011111110001111101010111110001110001111101010111010111010001111101010111110010000111111100011111010101111100011001111110110111001001011 | 3f8fabe38fabae8fabe43f8fabe33f6e4b |
UTF-8 | ùçüùnK | 11000010100100001100001110111001110000111010011111000011101111001100001010010000110000111011100111000010100011100110111001001011 | c290c3b9c3a7c3bcc290c3b9c28e6e4b |
UHC | ???????nK | 001111110011111100111111001111110011111100111111001111110110111001001011 | 3f3f3f3f3f3f3f6e4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)