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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???溢ゅ | 00111111001111110011111110001000111011001000001011100011 | 3f3f3f88ec82e3 |
EUC-JP | ???溢ゅ | 00111111001111110011111110110000111011101010010011100101 | 3f3f3fb0eea4e5 |
UTF-8 | 列룸벊溢ゅ | 111011111010011010011100111010111010001110111000111010111011001010001010111001101011101010100010111000111000001010000101 | efa69ceba3b8ebb28ae6baa2e38285 |
UHC | 列룸벊溢ゅ | 11100110111010101011011111101011100100111010110111101100111011101010101011100101 | e6eab7eb93adeceeaae5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)