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 | 遙o?晤o? | 11101010101000011000001010001111001111111001110111101011100000101000111100111111 | eaa1828f3f9deb828f3f |
EUC-JP | 遙o?晤o? | 11110100101000111010001111101111001111111101101011101101101000111110111100111111 | f4a3a3ef3fdaeda3ef3f |
UTF-8 | 遙o숱晤o쉴 | 111010011000000110011001111011111011110110001111111011001000100010110001111001101001100110100100111011111011110110001111111011001000100110110100 | e98199efbd8fec88b1e699a4efbd8fec89b4 |
UHC | 遙o숱晤o쉴 | 111010011010101110100011111011111011110110100010111001111111101110100011111011111011110110101111 | e9aba3efbda2e7fba3efbdaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)