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 | °üdz | 1000111110110000111111001100011110110011 | 8fb0fcc7b3 |
SJIS-WIN | ?°??? | 001111111000000110001011001111110011111100111111 | 3f818b3f3f3f |
EUC-JP | ?°üÇ? | 00111111101000011110101110001111101010111110010010001111101010101010111000111111 | 3fa1eb8fabe48faaae3f |
UTF-8 | °üdz | 11000010100011111100001010110000110000111011110011000011100001111100001010110011 | c28fc2b0c3bcc387c2b3 |
UHC | ?°??³ | 00111111101000011100011000111111001111111010100111111000 | 3fa1c63f3fa9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)