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 | ???z???zB | 001111110011111100111111011110100011111100111111001111110111101001000010 | 3f3f3f7a3f3f3f7a42 |
SJIS-WIN | 。ュz。ュzB | 1010000111110001101000011010110101111010101000011111000110100001101011010111101001000010 | a1f1a1ad7aa1f1a1ad7a42 |
EUC-JP | 。?ュz。?ュzB | 10001110101000010011111110001110101011010111101010001110101000010011111110001110101011010111101001000010 | 8ea13f8ead7a8ea13f8ead7a42 |
UTF-8 | 。ュz。ュzB | 111011111011110110100001111011101000010010011100111011111011110110101101011110101110111110111101101000011110111010000100100111001110111110111101101011010111101001000010 | efbda1ee849cefbdad7aefbda1ee849cefbdad7a42 |
UHC | ???z???zB | 001111110011111100111111011110100011111100111111001111110111101001000010 | 3f3f3f7a3f3f3f7a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)