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 | 薊わ集蔔 | 1110010101001000100000101110110110001111010101111110010011110111 | e54882ed8f57e4f7 |
EUC-JP | 薊わ集蔔 | 1110100110101001101001001110111110111101101110001110100011111001 | e9a9a4efbdb8e8f9 |
UTF-8 | 薊わ集蔔 | 111010001001011010001010111000111000001010001111111010011001101110000110111010001001010010010100 | e8968ae3828fe99b86e89494 |
UHC | ?わ集蔔 | 00111111101010101110111111110011101000101101110011011011 | 3faaeff3a2dcdb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)