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 | 掌ゅ┐橈 | 1000111110110110100000101110001110000100101000101001111011110100 | 8fb682e384a29ef4 |
EUC-JP | 掌ゅ┐橈 | 1011111010111000101001001110010110101000101001001101110011110110 | beb8a4e5a8a4dcf6 |
UTF-8 | 掌ゅ┐橈 | 111001101000111010001100111000111000001010000101111000101001010010010000111001101010100110001000 | e68e8ce38285e29490e6a988 |
UHC | 掌ゅ┐橈 | 1110110111100110101010101110010110100110101001001110100011111010 | ede6aae5a6a4e8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)