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 | 孺??迹 | 100110110111110100111111001111111110011110010001 | 9b7d3f3fe791 |
EUC-JP | 孺??迹 | 110101011101111000111111001111111110110111110001 | d5de3f3fedf1 |
UTF-8 | 孺멸갱迹 | 111001011010110110111010111010111010100110111000111010101011000010110001111010001011111110111001 | e5adbaeba9b8eab0b1e8bfb9 |
UHC | 孺멸갱迹 | 1110101011101000101110001110101010110000101110111110111011101001 | eae8b8eab0bbeee9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)