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 | 琉싧툊蚓 | 111011111010011110001100111011001000101110100111111011011000100010001010111010001001101010010011 | efa78cec8ba7ed888ae89a93 |
UHC | 琉싧툊蚓 | 1110101110100100100110101110010110111000100000101110110011100010 | eba49ae5b882ece2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)