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 | 跂eけ跂 | 1110011011100011100000101000010110000010101011111110011011100011 | e6e3828582afe6e3 |
EUC-JP | 跂eけ跂 | 1110110011100101101000111110010110100100101100011110110011100101 | ece5a3e5a4b1ece5 |
UTF-8 | 跂eけ跂 | 111010001011011110000010111011111011110110000101111000111000000110010001111010001011011110000010 | e8b782efbd85e38191e8b782 |
UHC | ?eけ? | 001111111010001111100101101010101011000100111111 | 3fa3e5aab13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)