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 | ú | 1100001110111010110000101000110111000010100001001100001010001100 | c3bac28dc284c28c |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ú��� | 100011111010101010101010100011111010001011101011100011111010101010100100001111111000111110101010101001000011111110001111101010101010010000111111 | 8faaaa8fa2eb8faaa43f8faaa43f8faaa43f |
UTF-8 | ú | 11000011100000111100001010111010110000111000001011000010100011011100001110000010110000101000010011000011100000101100001010001100 | c383c2bac382c28dc382c284c382c28c |
UHC | ?º?????? | 001111111010100010101100001111110011111100111111001111110011111100111111 | 3fa8ac3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)