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 | 短狸嘆叩 | 1001001001011010100100100100101110010010010100011001001001000000 | 925a924b92519240 |
EUC-JP | 短狸嘆叩 | 1100001110111011110000111010110011000011101100101100001110100001 | c3bbc3acc3b2c3a1 |
UTF-8 | 短狸嘆叩 | 111001111001111110101101111001111000101110111000111001011001100010000110111001011000111110101001 | e79fade78bb8e59886e58fa9 |
UHC | 短狸嘆叩 | 1101001110101101110101111110000111110111101000111100110110110000 | d3add7e1f7a3cdb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)