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 | úúúú | 1000110111111010100011011111101010001101111110101000110111111010 | 8dfa8dfa8dfa8dfa |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ?ú?ú?ú?ú | 00111111100011111010101111100010001111111000111110101011111000100011111110001111101010111110001000111111100011111010101111100010 | 3f8fabe23f8fabe23f8fabe23f8fabe2 |
UTF-8 | úúúú | 11000010100011011100001110111010110000101000110111000011101110101100001010001101110000111011101011000010100011011100001110111010 | c28dc3bac28dc3bac28dc3bac28dc3ba |
UHC | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)