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 | ?????~ | 001111110011111100111111001111110011111101111110 | 3f3f3f3f3f7e |
SJIS-WIN | 吟℡?蘖?~ | 100010111110000110000111100001000011111110011111010100000011111101111110 | 8be187843f9f503f7e |
EUC-JP | 吟??蘖?~ | 1011011011100011001111110011111111011101101100010011111101111110 | b6e33f3fddb13f7e |
UTF-8 | 吟℡썬蘖렍~ | 11100101100100001001111111100010100001001010000111101100100011011010110011101000100110001001011011101011101000001000110101111110 | e5909fe284a1ec8dace89896eba08d7e |
UHC | 吟℡썬蘖렍~ | 1110101111100001101000101110010110111101111000111110010111101110100011101010001101111110 | ebe1a2e5bde3e5ee8ea37e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)