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 | ???蚓 | 0011111100111111001111111110010101101101 | 3f3f3fe56d |
EUC-JP | ???蚓 | 0011111100111111001111111110100111001110 | 3f3f3fe9ce |
UTF-8 | 琉딆뵒蚓 | 111011111010011110001100111010111001010010000110111010111011010110010010111010001001101010010011 | efa78ceb9486ebb592e89a93 |
UHC | 琉딆뵒蚓 | 1110101110100100100010101110110010010100100101001110110011100010 | eba48aec9494ece2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)