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 | 韜募シ常 | 11101000111010011001010111100101101111001000111111101101 | e8e995e5bc8fed |
EUC-JP | 韜募シ常 | 1111000011101011110010101110011110001110101111001011111011101111 | f0ebcae78ebcbeef |
UTF-8 | 韜募シ常 | 111010011001111110011100111001011000101110011111111011111011110110111100111001011011100010111000 | e99f9ce58b9fefbdbce5b8b8 |
UHC | 韜募?常 | 11010100101101111101100110110100001111111101111111001000 | d4b7d9b43fdfc8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)