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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鬮」逧ョ逕・ | 111010011010101110100011111001111001101010101110111001111001010010100101 | e9aba3e79aaee794a5 |
EUC-JP | 鬮」逧ョ逕・ | 111100101010110110001110101000111110110111111010100011101010111011101101111101001000111010100101 | f2ad8ea3edfa8eaeedf48ea5 |
UTF-8 | 鬮」逧ョ逕・ | 111010011010110010101110111011111011110110100011111010011000000010100111111011111011110110101110111010011000000010010101111011111011110110100101 | e9acaeefbda3e980a7efbdaee98095efbda5 |
UHC | ????逕? | 00111111001111110011111100111111110011001110111100111111 | 3f3f3f3fccef3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)