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 | ?ル?揖 | 001111111000001110001011001111111001011101001011 | 3f838b3f974b |
EUC-JP | ?ル?揖 | 001111111010010111101011001111111100110110101100 | 3fa5eb3fcdac |
UTF-8 | 曆ル틶揖 | 111011111010011010001011111000111000001110101011111011011000101110110110111001101000111110010110 | efa68be383abed8bb6e68f96 |
UHC | 曆ル틶揖 | 1110011010110111101010111110101110111010100111011110101111100111 | e6b7abebba9debe7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)