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 | 袖達促棚 | 1001000110110011100100100100001010010001101000111001001001001001 | 91b3924291a39249 |
EUC-JP | 袖達促棚 | 1100001010110101110000111010001111000010101001011100001110101010 | c2b5c3a3c2a5c3aa |
UTF-8 | 袖達促棚 | 111010001010001010010110111010011000000110010100111001001011111110000011111001101010001110011010 | e8a296e98194e4bf83e6a39a |
UHC | 袖達促棚 | 1110001011000000110100111011100111110101101101011101110111011100 | e2c0d3b9f5b5dddc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)