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 | 叩達叩尊 | 1001001001000000100100100100001010010010010000001001000110111000 | 92409242924091b8 |
EUC-JP | 叩達叩尊 | 1100001110100001110000111010001111000011101000011100001010111010 | c3a1c3a3c3a1c2ba |
UTF-8 | 叩達叩尊 | 111001011000111110101001111010011000000110010100111001011000111110101001111001011011000010001010 | e58fa9e98194e58fa9e5b08a |
UHC | 叩達叩尊 | 1100110110110000110100111011100111001101101100001111000011101110 | cdb0d3b9cdb0f0ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)