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 | ëú¼ì¿° | 1110101111111010101111001110110010001110101111111000111010110000 | ebfabcec8ebf8eb0 |
SJIS-WIN | ???????° | 001111110011111100111111001111110011111100111111001111111000000110001011 | 3f3f3f3f3f3f3f818b |
EUC-JP | ëú?ì?¿?° | 1000111110101011101100111000111110101011111000100011111110001111101010111100000000111111100011111010001011000100001111111010000111101011 | 8fabb38fabe23f8fabc03f8fa2c43fa1eb |
UTF-8 | ëú¼ì¿° | 11000011101010111100001110111010110000101011110011000011101011001100001010001110110000101011111111000010100011101100001010110000 | c3abc3bac2bcc3acc28ec2bfc28ec2b0 |
UHC | ??¼??¿?° | 0011111100111111101010001111100100111111001111111010001010101111001111111010000111000110 | 3f3fa8f93f3fa2af3fa1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)