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 | 阿?0蚓 | 10001000101000100011111110000010010011111110010101101101 | 88a23f824fe56d |
EUC-JP | 阿?0蚓 | 10110000101001000011111110100011101100001110100111001110 | b0a43fa3b0e9ce |
UTF-8 | 阿숇0蚓 | 111010011001100010111111111011001000100010000111111011111011110010010000111010001001101010010011 | e998bfec8887efbc90e89a93 |
UHC | 阿숇0蚓 | 1110010010111001100110011110101110100011101100001110110011100010 | e4b999eba3b0ece2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)