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 | 켽\ | 111011101010111010001110101100111110110010111100100011101011110101011100 | eeae8eb3ecbc8ebd5c |
SJIS-WIN | ????????\ | 001111110011111100111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f3f3f5c |
EUC-JP | î®??ì???\ | 100011111010101111000010100011111010001011101110001111110011111110001111101010111100000000111111001111110011111101011100 | 8fabc28fa2ee3f3f8fabc03f3f3f5c |
UTF-8 | 켽\ | 1100001110101110110000101010111011000010100011101100001010110011110000111010110011000010101111001100001010001110110000101011110101011100 | c3aec2aec28ec2b3c3acc2bcc28ec2bd5c |
UHC | ?®?³?¼?½\ | 00111111101000101110011100111111101010011111100000111111101010001111100100111111101010001111011001011100 | 3fa2e73fa9f83fa8f93fa8f65c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)