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 | ?????K | 001111110011111100111111001111110011111101001011 | 3f3f3f3f3f4b |
SJIS-WIN | 狠ヘム狠羚K | 111000001100000111001101110100011110000011000001111000111011011101001011 | e0c1cdd1e0c1e3b74b |
EUC-JP | 狠ヘム狠羚K | 1110000011000011100011101100110110001110110100011110000011000011111001101011100101001011 | e0c38ecd8ed1e0c3e6b94b |
UTF-8 | 狠ヘム狠羚K | 11100111100010111010000011101111101111101000110111101111101111101001000111100111100010111010000011100111101111101001101001001011 | e78ba0efbe8defbe91e78ba0e7be9a4b |
UHC | ????羚K | 00111111001111110011111100111111110101101011111001001011 | 3f3f3f3fd6be4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)