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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?烙?帙 | 001111111110000010000000001111111001101111100011 | 3fe0803f9be3 |
EUC-JP | ?烙焰帙 | 0011111111011111111000001000111111001001111011111101011011100101 | 3fdfe08fc9efd6e5 |
UTF-8 | 뤵烙焰帙 | 111010111010010010110101111001111000001110011001111001111000010010110000111001011011100010011001 | eba4b5e78399e784b0e5b899 |
UHC | 뤵烙焰帙 | 1000111111100011110101011010011111100110111110111111001011101101 | 8fe3d5a7e6fbf2ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)