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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 睫。ヘ罘\ | 11100001110010101010000111001101111000111010011101011100 | e1caa1cde3a75c |
EUC-JP | 睫。ヘ罘\ | 111000101100110010001110101000011000111011001101111001101010100101011100 | e2cc8ea18ecde6a95c |
UTF-8 | 睫。ヘ罘\ | 11100111100111011010101111101111101111011010000111101111101111101000110111100111101111011001100001011100 | e79dabefbda1efbe8de7bd985c |
UHC | 睫???\ | 111101001110001000111111001111110011111101011100 | f4e23f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)