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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ??)援ф? | 001111110011111110000001011010101000100110000111100001001000011000111111 | 3f3f816a898784863f |
EUC-JP | ??)援ф? | 001111110011111110100001110010111011000111100111101001111110011000111111 | 3f3fa1cbb1e7a7e63f |
UTF-8 | 掠뗫)援ф뮄 | 1110111110100101101101011110101110010111101010111110111110111100100010011110011010001111101101001101000110000100111010111010111010000100 | efa5b5eb97abefbc89e68fb4d184ebae84 |
UHC | 掠뗫)援ф뮄 | 111001011011000110001011111010111010001110101001111010101011010110101100111001101001001010010011 | e5b18beba3a9eab5ace69293 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)